We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7f41c commit 35676b6Copy full SHA for 35676b6
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"docs": "pnpm -C docs run docs",
22
"docs:build": "pnpm -C docs run docs:build",
23
"docs:serve": "pnpm -C docs run docs:serve",
24
- "storybook": "pnpm -r --parallel --if-present run storybook",
+ "storybook": "pnpm -C storybook dev",
25
"storybook:build": "pnpm --filter @devframes/storybook run storybook:build",
26
"lint": "eslint --cache",
27
"test": "pnpm run build && vitest",
0 commit comments