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 871a691 commit ca832e5Copy full SHA for ca832e5
.github/workflows/npm-publish.yml
@@ -17,6 +17,7 @@ jobs:
17
node-version: 12
18
- run: npm ci
19
- run: npm test
20
+ - run: npm run build
21
22
publish-npm:
23
needs: build
@@ -28,6 +29,7 @@ jobs:
28
29
30
registry-url: https://registry.npmjs.org/
31
32
+ - run: npm build
33
- run: npm publish
34
env:
35
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
@@ -42,6 +44,7 @@ jobs:
42
44
43
45
registry-url: https://npm.pkg.github.com/
46
47
48
49
50
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments