Skip to content

Commit

Permalink
Create queit stroybook command
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Leonard authored and Robert Leonard committed May 14, 2024
1 parent cdfdf6f commit e83b7e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gateway-ui-end-2-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: yarn build-storybook --quiet

- name: Start storybook in background
run: yarn storybook --quiet --ci
run: yarn storybook-quiet

- name: Serve Storybook and run tests
run: npx wait-on tcp:6006 && yarn cypress:run
1 change: 1 addition & 0 deletions gateway-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"storybook-quiet": "storybook dev -p 6006 --quiet --ci",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"build": "webpack --mode production",
Expand Down

0 comments on commit e83b7e0

Please sign in to comment.