Skip to content

Commit

Permalink
Don't override NODE_ENV in test
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jun 12, 2019
1 parent cd78486 commit 731657f
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 731657f

Please sign in to comment.