diff --git a/.gitignore b/.gitignore index d8a03cc..50a7aef 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,10 @@ /.next/ /out/ +# storybook +/storybook-static +/build-storybook.log + # production /build diff --git a/package.json b/package.json index f6a05a6..e5178bf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "generate:output": "gql.tada generate-output && gql.tada turbo", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", - "chromatic": "npx chromatic --project-token=chpt_6c8f830efe6cc9d", "commit": "git-cz" }, "config": {