Skip to content

Commit

Permalink
chore: add build scripts for console app (#429)
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>

Co-authored-by: Carina Ursu <[email protected]>
  • Loading branch information
2 people authored and anrusina committed Apr 26, 2022
1 parent ff2a007 commit aa6811f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
],
"scripts": {
"start": "yarn workspace @flyteconsole/client-app start",
"build:prod": "yarn workspace @flyteconsole/client-app build:prod",
"start:prod": "yarn workspace @flyteconsole/client-app start:prod",
"storybook": "start-storybook -p 6006",
"test": "pushd packages/zapp/console && yarn test && popd",
"test-coverage": "pushd packages/zapp/console && yarn test-coverage && popd"
Expand Down

0 comments on commit aa6811f

Please sign in to comment.