Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
build
  • Loading branch information
LinkunGao authored Aug 26, 2022
1 parent 93dea61 commit 181202d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm run build
- run: cp LICENSE dist/LICENSE
- run: cp README.md dist/README.md
- run: jq 'del(.devDependencies) | del(.scripts)' package.json > dist/package.json
Expand Down

0 comments on commit 181202d

Please sign in to comment.