Update deprecated prepublish script

nolan/hinaloe-test v2.2.1
Etienne Lemay 2017-11-09 17:12:03 -08:00
parent 9ce381ee11
commit 633422f4ba
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
"react:14": "npm run react:clean && npm i react@^0.14 react-dom@^0.14 react-addons-test-utils@^0.14 --save-dev",
"react:15": "npm run react:clean && npm i react@^15 react-dom@^15 react-addons-test-utils@^15 --save-dev",
"test": "NODE_ENV=test karma start && size-limit",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prettier": "prettier --no-semi --single-quote --trailing-comma es5 --write \"{src,spec}/**/*.js\""