Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhutchings committed Mar 7, 2017
1 parent 5f42316 commit c8fbdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"stage-with-docker": "./bin/run-through-docker.sh 'npm run stage'",
"_deploy": "export PATH_ROOT=www.zooniverse.org; npm run _build && npm run _publish",
"deploy": "export NODE_ENV=production; npm run _deploy",
"test": "NODE_ENV=development BABEL_ENV=test mocha test/setup.js $(find app -name apply-for-beta-form.spec.js) --reporter nyan --compilers js:babel-core/register,coffee:coffee-script/register,cjsx:coffee-react/register || true"
"test": "NODE_ENV=development BABEL_ENV=test mocha test/setup.js $(find app -name *.spec.js) --reporter nyan --compilers js:babel-core/register,coffee:coffee-script/register,cjsx:coffee-react/register || true"
}
}

0 comments on commit c8fbdcb

Please sign in to comment.