Skip to content

Commit

Permalink
build: remove chromatic
Browse files Browse the repository at this point in the history
We don't use it.
  • Loading branch information
joschka committed Jul 31, 2024
1 parent 7c27aee commit e1087b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

- name: Deploy Storybook to Chromatic (experimental)
run: npm run chromatic
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
32 changes: 0 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"watch:tailwind": "tailwindcss -i ./.storybook/styles.css -o ./build/styles.css --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./build-package",
"build-storybook": "tailwindcss -i ./.storybook/styles.css -o ./build/styles.css && storybook build",
"chromatic": "npx chromatic --auto-accept-changes"
"build-storybook": "tailwindcss -i ./.storybook/styles.css -o ./build/styles.css && storybook build"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +47,6 @@
"@storybook/test": "^8.2.6",
"@storybook/theming": "^8.2.6",
"autoprefixer": "^10.4.19",
"chromatic": "^11.5.6",
"clsx": "^2.1.1",
"concurrently": "^8.2.2",
"dedent": "^1.5.3",
Expand Down

0 comments on commit e1087b9

Please sign in to comment.