Skip to content

Commit

Permalink
[hotfix] use instead of prod for Travis build, take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 15, 2016
1 parent 3cb737f commit 4fc8a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/assets/js_build.sh
Expand Up @@ -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
1 change: 1 addition & 0 deletions caravel/assets/package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 4fc8a17

Please sign in to comment.