Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaldebane committed Feb 16, 2024
1 parent f33a49a commit 7f6438f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run package

1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run package
- run: npm publish
env:
Expand Down

0 comments on commit 7f6438f

Please sign in to comment.