Skip to content

Commit

Permalink
Fix publish to include build
Browse files Browse the repository at this point in the history
Fix publish to include build
  • Loading branch information
Aerilym committed Sep 4, 2022
2 parents 3b3d571 + 1dd4860 commit 5dc7536
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish.yml
Expand Up @@ -33,6 +33,12 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: |
yarn install
cd test
yarn install
cd ../
- run: yarn build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 5dc7536

Please sign in to comment.