Skip to content

Commit 98b261c

Browse files
authored
chore: remove chromatic from CI and dependencies (#281)
- Delete .github/workflows/ci-chromatic.yml - Remove chromatic script from client/package.json - Remove chromatic devDependency from client/package.json
1 parent 4b6d5a8 commit 98b261c

File tree

3 files changed

+1
-99
lines changed

3 files changed

+1
-99
lines changed

.github/workflows/ci-chromatic.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

client/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"test:coverage": "vitest run --coverage",
2222
"test:watch": "vitest",
2323
"storybook": "storybook dev -p 6006",
24-
"build-storybook": "storybook build -o storybook-static",
25-
"chromatic": "chromatic --only-changed --exit-zero-on-changes"
24+
"build-storybook": "storybook build -o storybook-static"
2625
},
2726
"dependencies": {
2827
"@cartridge/arcade": "workspace:*",
@@ -104,7 +103,6 @@
104103
"@types/react-dom": "^19.2.3",
105104
"@vitejs/plugin-react-swc": "^3.5.0",
106105
"autoprefixer": "^10.4.18",
107-
"chromatic": "^11.20.0",
108106
"eslint": "^9.12.0",
109107
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
110108
"eslint-plugin-react-refresh": "^0.4.9",

pnpm-lock.yaml

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)