Skip to content

Commit

Permalink
fix workflow maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti committed Dec 11, 2022
1 parent 75a4d31 commit ce53383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: npm i
- run: npm run build
- run: cd ./package
- run: npm publish
Expand Down

0 comments on commit ce53383

Please sign in to comment.