Skip to content

Commit

Permalink
update chromatic token for new repo. upgrade chromatic version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpoll committed Sep 12, 2024
1 parent 91ef181 commit 9e774ac
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: chpt_3acaaa8c4de82c4
projectToken: chpt_8295300597e1f7e
workingDir: packages/bluefish-solid
exitZeroOnChanges: true
4 changes: 2 additions & 2 deletions packages/bluefish-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"storybook-docs": "storybook dev --docs",
"build-storybook": "storybook build",
"test-storybook": "test-storybook",
"chromatic": "pnpm dlx chromatic --project-token=chpt_3acaaa8c4de82c4"
"chromatic": "pnpm dlx chromatic --project-token=chpt_8295300597e1f7e"
},
"license": "MIT",
"devDependencies": {
Expand All @@ -43,7 +43,7 @@
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"chromatic": "^7.2.0",
"chromatic": "^7.6.0",
"eslint": "^8.51.0",
"eslint-plugin-solid": "^0.13.0",
"eslint-plugin-storybook": "^0.8.0",
Expand Down
Loading

0 comments on commit 9e774ac

Please sign in to comment.