Skip to content

Commit e540a78

Browse files
authored
Merge pull request #79 from github/build-on-publish
Build on publish
2 parents 1794ce2 + dbec947 commit e540a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
registry-url: https://registry.npmjs.org/
1919
cache: npm
2020
- run: npm ci
21+
- run: npm run build
2122
- run: npm test
2223
- run: npm version ${TAG_NAME} --git-tag-version=false
2324
env:

0 commit comments

Comments
 (0)