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 efa20ff commit 0e85c67Copy full SHA for 0e85c67
.github/workflows/release.yaml
@@ -20,6 +20,7 @@ jobs:
20
cache: npm
21
node-version: 16
22
- run: npm ci
23
+ - run: npm run build
24
- run: npm run test
25
- run: npx semantic-release
26
env:
0 commit comments