Skip to content

Commit

Permalink
Replace prepublish with prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov committed Apr 11, 2019
1 parent a55245f commit 8dbd856
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 @@ -14,7 +14,7 @@
"test:coverage": "jest --coverage ./tests/",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"test:watch": "jest --watch ./tests/",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"prettier": "prettier --write src/*.js",
"precommit": "lint-staged"
},
Expand Down

0 comments on commit 8dbd856

Please sign in to comment.