We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419c0e5 commit 59c0478Copy full SHA for 59c0478
1 file changed
.github/workflows/publish-github.yml
@@ -28,6 +28,7 @@ jobs:
28
node-version: 12
29
registry-url: https://registry.npmjs.org/
30
- run: yarn
31
+ - run: yarn build
32
- run: yarn publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments