We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1794ce2 + dbec947 commit e540a78Copy full SHA for e540a78
.github/workflows/publish.yml
@@ -18,6 +18,7 @@ jobs:
18
registry-url: https://registry.npmjs.org/
19
cache: npm
20
- run: npm ci
21
+ - run: npm run build
22
- run: npm test
23
- run: npm version ${TAG_NAME} --git-tag-version=false
24
env:
0 commit comments