Skip to content

Commit

Permalink
Merge pull request #9 from frankcrypto2023/dev
Browse files Browse the repository at this point in the history
install dependence before publish
  • Loading branch information
dindinw authored Aug 9, 2024
2 parents 7b235e2 + 0eb8f1a commit 66ca64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run build
- run: npm publish --provenance --access public
env:
Expand Down

0 comments on commit 66ca64b

Please sign in to comment.