Skip to content

Commit

Permalink
Run yarn test as well when testing creation of new project
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina authored Nov 19, 2019
1 parent 2f7ba7e commit 7d8f190
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_new_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ex

# remove temporary blank project
rm -rf tmp-project
rm -rf tmp-project

# test generating new project in new dir
yarn create near-app tmp-project
Expand All @@ -15,5 +15,7 @@ else
exit 1
fi

yarn test

# remove temporary blank project
rm -rf tmp-project
rm -rf tmp-project

0 comments on commit 7d8f190

Please sign in to comment.