Skip to content

Commit

Permalink
fixing publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecoding committed Mar 10, 2021
1 parent 2c81008 commit 7600cfe
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 @@ -13,7 +13,7 @@
"scripts": {
"lint": "eslint index.js",
"dev": "npm run lint && npm link && nodemon",
"publish": "npm run lint && npm publish"
"publish": "npm run lint"
},
"engines": {
"node": ">=12.0.0",
Expand Down

0 comments on commit 7600cfe

Please sign in to comment.