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.
2 parents 4c796c7 + 2ff70ff commit b69ce31Copy full SHA for b69ce31
.github/workflows/publish.yml
@@ -18,6 +18,6 @@ jobs:
18
node-version: 16
19
registry-url: https://registry.npmjs.org
20
- name: 🚀 Build & Publish
21
- run: yarn install && yarn publish --access public
+ run: yarn install && yarn build && yarn publish --access public
22
env:
23
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
0 commit comments