We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0775b42 commit e8be4f6Copy full SHA for e8be4f6
1 file changed
.github/workflows/publish.yml
@@ -16,6 +16,7 @@ jobs:
16
cache: npm
17
- run: npm ci
18
- run: npm test
19
+ - run: npm build
20
- run: npm version ${TAG_NAME} --git-tag-version=false
21
env:
22
TAG_NAME: ${{ github.event.release.tag_name }}
0 commit comments