Skip to content

Commit

Permalink
Fix chromatic errors
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Jan 25, 2024
1 parent edc14b7 commit ec88855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
node-version: 18.x

- name: Build Victory
run: pnpm run build:lib:esm

- name: Publish to Chromatic
uses: chromaui/action@v1
with:
Expand Down
20 changes: 1 addition & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
"jest:pkgs": "wireit",
"types:check": "wireit",
"types:create": "wireit",
"build-storybook": "storybook build",
"storybook:build": "wireit",
"build-storybook": "pnpm run storybook:build",
"storybook:server": "concurrently --raw \"pnpm:build:lib:esm --watch\" \"pnpx storybook dev -p 6006\"",
"chromatic": "wireit",
"chromatic:ci": "wireit",
Expand Down Expand Up @@ -495,24 +495,6 @@
"pnpm-lock.yaml"
]
},
"chromatic": {
"command": "chromatic",
"dependencies": [
"storybook:build"
],
"packageLocks": [
"pnpm-lock.yaml"
]
},
"chromatic:ci": {
"command": "chromatic --ci --exit-zero-on-changes",
"dependencies": [
"storybook:build"
],
"packageLocks": [
"pnpm-lock.yaml"
]
},
"sync": {
"dependencies": [
"sync:pkgs",
Expand Down

0 comments on commit ec88855

Please sign in to comment.