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",
|
||||
"astro": "astro",
|
||||
"lint": "eslint . --ext .cjs,.ts,.tsx,.astro --ignore-path .gitignore",
|
||||
"lint:ts": "tsc --jsx preserve --skipLibCheck",
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
"lint:ts": "tsc --jsx preserve --skipLibCheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/image": "0.3.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue