Skip to content

Commit

Permalink
perf: remove 'i' flag from jest script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleadams committed Aug 30, 2021
1 parent 0b48a76 commit 99cba4c
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
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test-changed": "lerna run test --since master",
"test": "lerna run test",
"test-ci": "lerna run test --concurrency 1 -- --ci -i",
"test-ci": "lerna run test --concurrency 1 -- --ci",
"e2e": "lerna run e2e",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet",
"lint-fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
Expand Down

0 comments on commit 99cba4c

Please sign in to comment.