Skip to content

Commit e27c7ad

Browse files
authored
fix: build dist files (#150)
1 parent 5064f3e commit e27c7ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_to_npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Use default Node.js
1717
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
- run: npm ci
19+
- run: npm run build
1920
- run: npm publish --provenance --access public
2021
env:
2122
NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} # See .npmrc for where this is used.

0 commit comments

Comments
 (0)