Skip to content

Commit

Permalink
Run tests in "ci" NODE_ENV instead of "development"
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jul 11, 2019
1 parent 2e285c5 commit d902e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new_project.sh
Expand Up @@ -11,7 +11,7 @@ cd tmp-project
yarn
yarn remove near-shell
yarn add ../
NODE_ENV=development yarn test
yarn test
cd ..
rm -rf tmp-project

Expand Down

0 comments on commit d902e6a

Please sign in to comment.