Skip to content

Commit

Permalink
fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 2, 2017
1 parent c81d021 commit c362a85
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
@@ -1,7 +1,7 @@
{
"scripts": {
"release": "node scripts/release.js",
"test": "npm run test:e2e && npm run test:generation",
"test": "npm run test:lerna && npm run test:e2e && npm run test:generation",
"test:lerna": "lerna run --ignore detox-demo* build && lerna run --ignore detox-demo* test",
"test:e2e": "pushd detox/test && npm run e2e && popd",
"test:generation": "pushd generation && npm run test && popd"
Expand Down

0 comments on commit c362a85

Please sign in to comment.