Skip to content

Commit

Permalink
Fixes publishToNPM command
Browse files Browse the repository at this point in the history
  • Loading branch information
Micka33 committed Aug 15, 2024
1 parent 5dbf0cd commit 44236a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:watch": "vitest watch",
"coverage": "vitest run --coverage",
"prepare": "husky",
"publishToNPM": "nmp test && npm run build && npm publish"
"publishToNPM": "npm test && npm run build && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 44236a3

Please sign in to comment.