Skip to content

Commit 4b6d3fd

Browse files
committed
fix: build before publish
1 parent f5b4f0a commit 4b6d3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- run: npm ci
1616
- run: npm run lint
1717
- run: npm run test
18-
- run: npm run build
1918

2019
publish-npm:
2120
needs: build
@@ -30,6 +29,7 @@ jobs:
3029
node-version: '16.x'
3130
registry-url: https://registry.npmjs.org/
3231
- run: npm ci
32+
- run: npm run build
3333
- run: npm publish --provenance --access public
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)