Skip to content

Commit

Permalink
fix(publish): fix npm publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Feb 26, 2023
1 parent 6c32929 commit fd32945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run build
- run: npm run publish
- run: npm publish

0 comments on commit fd32945

Please sign in to comment.