Skip to content

Commit

Permalink
fix: rm npm publish from release as it is done from a github action
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Dec 22, 2023
1 parent 6ce595d commit 092754a
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 @@ -31,7 +31,7 @@
"prepare": "husky install",
"prepublish": "npm run build",
"prepare": "npm run lint && npm run test && npm run build && npm run docs",
"release": "npm run prepare && npm run update-version && git push --follow-tags origin main && npm publish"
"release": "npm run prepare && npm run update-version && git push --follow-tags origin main"
},
"devDependencies": {
"@eslint/js": "^8.54.0",
Expand Down

0 comments on commit 092754a

Please sign in to comment.