Skip to content

Instantly share code, notes, and snippets.

@samcorcos
Created December 14, 2016 19:44
Show Gist options
  • Save samcorcos/710b64d855fd6dd6c9495dda30dc8017 to your computer and use it in GitHub Desktop.
Save samcorcos/710b64d855fd6dd6c9495dda30dc8017 to your computer and use it in GitHub Desktop.
"scripts": {
"start": "node server.js",
"cover": "nyc -x '**/*spec.js' -n 'app' -r text -r html -r lcov npm test",
"test": "mocha --compilers js:babel-register -r babel-polyfill -r whatwg-fetch -r jsdom-global/register -r .test-setup.js -R spec app/**/spec.js app/**/*spec.js app/redux/actions/*spec.js",
"test:watch": "npm test -- --watch",
"prodbuild": "webpack -p --config ./webpack.prod.config.js"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment