Skip to content

Commit

Permalink
Add npm run copy
Browse files Browse the repository at this point in the history
  • Loading branch information
N0chteil committed Sep 17, 2022
1 parent 93ff47b commit a4bd0f1
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 @@ -30,6 +30,7 @@ jobs:
- run: npm ci
- run: npm --no-git-tag-version --allow-same-version version ${{github.ref_name}}
- run: tsc
- run: npm run copy
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit a4bd0f1

Please sign in to comment.