fix in-publish for CI, just remove prepublish hook

This commit is contained in:
Shawn Erquhart
2017-05-23 16:46:05 -04:00
committed by David Calavera
parent 1440caf3d0
commit 6d5ff45e66
2 changed files with 191 additions and 192 deletions

View File

@ -9,7 +9,6 @@
"test:watch": "jest --watch",
"build": "NODE_ENV=production webpack --config webpack.prod.js",
"build:scripts": "NODE_ENV=production webpack --config webpack.cli.js",
"prepublish": "in-publish && npm run build || not-in-publish",
"storybook": "start-storybook -p 9001",
"storybook-build": "build-storybook -o dist",
"lint": "npm run lint:js & npm run lint:css",
@ -68,7 +67,6 @@
"file-loader": "^0.8.5",
"identity-obj-proxy": "^3.0.0",
"imports-loader": "^0.6.5",
"in-publish": "^2.0.0",
"jest": "19.1.0-alpha.eed82034",
"jest-cli": "19.1.0-alpha.eed82034",
"lint-staged": "^3.1.0",