Remove Storybook scripts
This commit is contained in:
parent
6252066a9e
commit
1dd76cb110
1 changed files with 1 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue