Skip to content

Commit

Permalink
test: run tests with jest --stream
Browse files Browse the repository at this point in the history
  • Loading branch information
snrs-art committed Apr 13, 2022
1 parent dd3c45f commit 588f157
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 @@ -22,7 +22,7 @@
"lint": "eslint . --ext .ts --ext .tsx --max-warnings 0",
"npx:lerna": "npx lerna",
"storybook": "yarn run build && cd packages/portal && yarn run storybook",
"test:ci": "npx lerna run test --parallel",
"test:ci": "npx lerna run test --stream",
"types": "yarn npx:lerna run types --parallel",
"update-docs": "node ./scripts/docs/componentmd.js",
"zeplin": "cd config/zeplin && zeplin connect"
Expand Down

0 comments on commit 588f157

Please sign in to comment.