Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwhisperer committed Nov 26, 2019
1 parent 744160f commit af2d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aragon-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:fix": "npm run lint -- --fix",
"pretest": "node scripts/setup-integration-tests.js & sleep 5",
"posttest": "node scripts/teardown-integration-tests.js",
"test": "ava --verbose || npm run posttest && exit 1",
"test": "ava --verbose || (npm run posttest && exit 42)",
"test:watch": "ava --watch",
"test:coverage": "nyc --all --reporter text --reporter text-summary --reporter lcovonly npm run test"
},
Expand Down

0 comments on commit af2d676

Please sign in to comment.