Skip to content

Commit 24e79a2

Browse files
committed
fix(npm package): add npm build to the npm publish process
1 parent d42b8ea commit 24e79a2

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
@@ -13,6 +13,7 @@ jobs:
1313
node-version: '14.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm install
16+
- run: npm build
1617
# Publish to npm
1718
- run: npm publish --access public
1819
env:

0 commit comments

Comments
 (0)