Skip to content

Commit

Permalink
fix(package.json): remove the npm publish script as its pushing twice
Browse files Browse the repository at this point in the history
  • Loading branch information
susanta96 committed Jun 8, 2023
1 parent 0734ea6 commit 3f3d26d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:watch": "esw -w lib/**",
"publish": "npm publish",
"semantic-release": "semantic-release --branches main",
"acp": "git add . && npm run commit && git push"
},
Expand Down

0 comments on commit 3f3d26d

Please sign in to comment.