Skip to content

Commit ca832e5

Browse files
committed
ugh, forgot thigns.
1 parent 871a691 commit ca832e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-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 ci
1919
- run: npm test
20+
- run: npm run build
2021

2122
publish-npm:
2223
needs: build
@@ -28,6 +29,7 @@ jobs:
2829
node-version: 12
2930
registry-url: https://registry.npmjs.org/
3031
- run: npm ci
32+
- run: npm build
3133
- run: npm publish
3234
env:
3335
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
@@ -42,6 +44,7 @@ jobs:
4244
node-version: 12
4345
registry-url: https://npm.pkg.github.com/
4446
- run: npm ci
47+
- run: npm build
4548
- run: npm publish
4649
env:
4750
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)