Skip to content

Commit 634c499

Browse files
committed
Don't forget to build
1 parent 2de64c8 commit 634c499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node-version: 12
1818
- run: npm install json -g
1919
- run: npm install
20+
- run: npm run build
2021
- run: npm test
2122

2223
publish-npm:
@@ -30,6 +31,7 @@ jobs:
3031
registry-url: https://registry.npmjs.org/
3132
- run: npm install json -g
3233
- run: npm install
34+
- run: npm run build
3335
- run: npm publish
3436
env:
3537
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
@@ -48,6 +50,7 @@ jobs:
4850
registry-url: https://npm.pkg.github.com/
4951
- run: npm install json -g
5052
- run: npm install
53+
- run: npm run build
5154
- run: npm publish
5255
env:
5356
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)