We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09368e3 commit 07c3467Copy full SHA for 07c3467
.github/workflows/tests-and-publish.yml
@@ -40,6 +40,7 @@ jobs:
40
registry-url: https://registry.npmjs.org/
41
- run: npm i -g yarn
42
- run: yarn --frozen-lockfile
43
+ - run: yarn build
44
- run: npx semantic-release@17
45
env:
46
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments