Skip to content

Commit e8be4f6

Browse files
authored
Fix publish by running build
1 parent 0775b42 commit e8be4f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
cache: npm
1717
- run: npm ci
1818
- run: npm test
19+
- run: npm build
1920
- run: npm version ${TAG_NAME} --git-tag-version=false
2021
env:
2122
TAG_NAME: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)