Remove Storybook scripts

This commit is contained in:
Konrad Szwarc 2022-08-28 22:25:15 +02:00
parent 6252066a9e
commit 1dd76cb110

View file

@ -9,9 +9,7 @@
"preview": "astro preview", "preview": "astro preview",
"astro": "astro", "astro": "astro",
"lint": "eslint . --ext .cjs,.ts,.tsx,.astro --ignore-path .gitignore", "lint": "eslint . --ext .cjs,.ts,.tsx,.astro --ignore-path .gitignore",
"lint:ts": "tsc --jsx preserve --skipLibCheck", "lint:ts": "tsc --jsx preserve --skipLibCheck"
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}, },
"dependencies": { "dependencies": {
"@astrojs/image": "0.3.6", "@astrojs/image": "0.3.6",