Skip to content

Commit

Permalink
chore: run chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Oct 20, 2023
1 parent 1a7f203 commit 0737ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: "Chromatic Publish (Storybook)"

on:
push:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "pnpm chromatic",
"prepublish": "pnpm build"
"prepublish": "pnpm build",
"test:e2e": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"http-server storybook-static --port 6006 --silent\" \"wait-on http-get://127.0.0.1:6006 -v && pnpm test-storybook\""
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.0",
Expand Down

0 comments on commit 0737ba9

Please sign in to comment.