Skip to content

Commit

Permalink
chore: allow to start test from main directory
Browse files Browse the repository at this point in the history
Signed-off-by: Nastya Rusina <[email protected]>
  • Loading branch information
anrusina committed May 18, 2022
1 parent 3091c4b commit 3573659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
],
"scripts": {
"start": "yarn workspace @flyteconsole/client-app start",
"storybook": "start-storybook -p 6006"
"storybook": "start-storybook -p 6006",
"test": "pushd packages/zapp/console && yarn test && popd",
"test-coverage": "pushd packages/zapp/console && yarn test-coverage && popd"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 3573659

Please sign in to comment.