fix in-publish for CI, just remove prepublish hook
This commit is contained in:
committed by
David Calavera
parent
1440caf3d0
commit
6d5ff45e66
@ -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",
|
||||
|
Reference in New Issue
Block a user