[hotfix] use instead of prod for Travis build, take 3

This commit is contained in:
Maxime Beauchemin 2016-10-15 08:40:10 -07:00
parent 3cb737f8c8
commit 4fc8a17f2a
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,6 @@ node --version
npm install
npm run lint
npm run test
npm run dev
npm run build
npm run cover
CODECLIMATE_REPO_TOKEN=5f3a06c425eef7be4b43627d7d07a3e46c45bdc07155217825ff7c49cb6a470c ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info

View File

@ -12,6 +12,7 @@
"cover": "babel-node ./node_modules/.bin/istanbul cover _mocha -- --require spec/helpers/browser.js --recursive spec/**/*_spec.*",
"dev": "NODE_ENV=dev webpack -d --watch --colors --progress",
"prod": "NODE_ENV=production webpack -p --colors --progress",
"build": "NODE_ENV=production webpack --colors --progress",
"lint": "eslint --ignore-path=.eslintignore --ext .js,.jsx ."
},
"repository": {