Skip to content

Commit 88a4c12

Browse files
authored
fix(close #5): missing dist files in npm package (#8)
1 parent 28114b8 commit 88a4c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: 12
1616
registry-url: https://registry.npmjs.org
17+
- run: yarn build
1718
- run: yarn publish dist --access public
1819
env:
1920
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)