Skip to content

Commit 42c6449

Browse files
committed
Change workflow again
1 parent 23039d6 commit 42c6449

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
node-version: 20
1818
- run: npm ci
1919
- run: npm test
20-
- run: npm run build
21-
- run: npm run postbuild
2220

2321
publish-npm:
2422
needs: build
@@ -30,6 +28,7 @@ jobs:
3028
node-version: 20
3129
registry-url: https://registry.npmjs.org/
3230
- run: npm ci
31+
- run: npm run build
3332
- run: npm publish
3433
env:
3534
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-commsmanager",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "index.ts",
55
"scripts": {
66
"test": "echo \"Error: no test specified\"",

0 commit comments

Comments
 (0)