Skip to content

Commit

Permalink
Fix storybook gen
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Jun 16, 2024
1 parent 87672e8 commit 8db437e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"scripts": {
"dev": "conc -c 'auto' 'pnpm:*-dev'",
"build": "conc -c 'auto' -g 'pnpm:*-build'",

"web-dev": "vite dev -c ../toolkit/bundler/gen/libs/design.web.js --port 6406",
"web-build": "vite build -c ../toolkit/bundler/gen/libs/design.web.js",

"native-dev": "vite dev -c ../toolkit/bundler/gen/libs/design.native.js --port 6506",
"native-build": "vite build -c ../toolkit/bundler/gen/libs/design.native.js"
},
Expand Down Expand Up @@ -48,6 +46,7 @@
"vite-plugin-node-polyfills": "^0.21.0"
},
"devDependencies": {
"@storybook/blocks": "^8.0.10",
"@storybook/react": "^8.0.8",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8db437e

Please sign in to comment.