Skip to content

Commit

Permalink
Change prepublish -> prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Feb 23, 2021
1 parent 40084aa commit a7c1718
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 @@ -89,7 +89,7 @@
"deploy": "cross-env NODE_ENV=production nps publish",
"start": "webpack-dev-server --progress",
"precommit": "flow check && lint-staged",
"prepublish": "yarn lint && yarn format && nps build",
"prepublishOnly": "yarn lint && yarn format && nps build",
"format": "prettier --write \"**/*.{js,ts,jsx,tsx,json,yml,md}\"",
"format:check": "prettier --check \"**/*.{js,ts,jsx,tsx,json,yml,md}\""
},
Expand Down

0 comments on commit a7c1718

Please sign in to comment.