We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23039d6 commit 42c6449Copy full SHA for 42c6449
.github/workflows/npm-publish.yml
@@ -17,8 +17,6 @@ jobs:
17
node-version: 20
18
- run: npm ci
19
- run: npm test
20
- - run: npm run build
21
- - run: npm run postbuild
22
23
publish-npm:
24
needs: build
@@ -30,6 +28,7 @@ jobs:
30
28
31
29
registry-url: https://registry.npmjs.org/
32
+ - run: npm run build
33
- run: npm publish
34
env:
35
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-commsmanager",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"main": "index.ts",
5
"scripts": {
6
"test": "echo \"Error: no test specified\"",
0 commit comments