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 2de64c8 commit 634c499Copy full SHA for 634c499
.github/workflows/publish.yml
@@ -17,6 +17,7 @@ jobs:
17
node-version: 12
18
- run: npm install json -g
19
- run: npm install
20
+ - run: npm run build
21
- run: npm test
22
23
publish-npm:
@@ -30,6 +31,7 @@ jobs:
30
31
registry-url: https://registry.npmjs.org/
32
33
34
35
- run: npm publish
36
env:
37
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
@@ -48,6 +50,7 @@ jobs:
48
50
registry-url: https://npm.pkg.github.com/
49
51
52
53
54
55
56
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments