Skip to content

Commit

Permalink
removing prepublishOnly in favor of prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Mar 5, 2022
1 parent f7de14d commit 37c6a80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/parsers/index.js",
"scripts": {
"build": "nwb build-react-component --copy-files --no-demo",
"prepublishOnly": "yarn build",
"prepare": "yarn build",
"precommit": "npm test",
"prepush": "npm test",
"version": "auto-changelog -p && git add CHANGELOG.md",
Expand Down Expand Up @@ -44,7 +44,6 @@
"eslint": "^6.1.0",
"eslint-config-teselagen": "^5.0.2",
"husky": "^0.11.4",
"in-publish": "^2.0.0",
"jest": "^24.1.0",
"lint-staged": "^4.0.4",
"nwb": "^0.23.0",
Expand Down

0 comments on commit 37c6a80

Please sign in to comment.