Skip to content

Commit 9b1d4d6

Browse files
committed
Fix npm package publishing
1 parent 58e23f4 commit 9b1d4d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-npm-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
node-version: ${{ env.NODE_VERSION }}
2121
registry-url: 'https://registry.npmjs.org'
2222
- run: npm ci
23+
- run: npm run compile
2324
- run: npm publish --access=public
2425
env:
2526
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
@@ -37,6 +38,7 @@ jobs:
3738
registry-url: 'https://npm.pkg.github.com'
3839
scope: '@exxeta'
3940
- run: npm ci
41+
- run: npm run compile
4042
- run: npm publish
4143
env:
4244
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)