update storybook build command

This commit is contained in:
maxichrome 2022-05-27 02:20:23 -05:00
parent 24bf852068
commit 8f97cae3fe
No known key found for this signature in database
GPG key ID: DDC459310E98B6AB
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -10,6 +10,7 @@ cli/turbo
cli/turbo-new
cli/turbo-new.exe
cli/turbo.exe
storybook-static/
.DS_Store
cache
.env

View file

@ -14,7 +14,7 @@
"scripts": {
"build": "tsc",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
"build-storybook": "build-storybook"
"storybook:build": "build-storybook"
},
"dependencies": {
"@headlessui/react": "^1.5.0",