We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e23f4 commit 9b1d4d6Copy full SHA for 9b1d4d6
.github/workflows/publish-npm-package.yml
@@ -20,6 +20,7 @@ jobs:
20
node-version: ${{ env.NODE_VERSION }}
21
registry-url: 'https://registry.npmjs.org'
22
- run: npm ci
23
+ - run: npm run compile
24
- run: npm publish --access=public
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
@@ -37,6 +38,7 @@ jobs:
37
38
registry-url: 'https://npm.pkg.github.com'
39
scope: '@exxeta'
40
41
42
- run: npm publish
43
44
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments