We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603ac2e commit a899668Copy full SHA for a899668
.github/workflows/deploy.yml
@@ -15,6 +15,7 @@ jobs:
15
node-version: 16
16
registry-url: https://registry.npmjs.org/
17
- run: yarn install --production=false --non-interactive --frozen-lockfile
18
+ - run: yarn build
19
- run: npm publish --access=public
20
env:
21
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments