Skip to content

Commit 3a65f24

Browse files
committed
fix: workflow
1 parent f6337a4 commit 3a65f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: '16.x'
1616
- run: npm ci
17+
- run: npm run build
1718
- run: npm test
1819

1920
publish-gpr:
@@ -25,6 +26,7 @@ jobs:
2526
with:
2627
registry-url: 'https://registry.npmjs.org'
2728
- run: npm ci
29+
- run: npm run build
2830
- run: npm publish
2931
env:
3032
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)