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.
-s
1 parent f4fecfa commit a7f9548Copy full SHA for a7f9548
npm-packages/dashboard/package.json
@@ -11,7 +11,7 @@
11
"lint": "next lint --max-warnings 0 --dir src/ && tsc",
12
"lint:fix": "next lint --fix --max-warnings 0 --dir src/",
13
"export": "next export",
14
- "storybook": "storybook dev -s ./public -p 6006 --no-open",
+ "storybook": "storybook dev -p 6006 --no-open",
15
"build-storybook": "storybook build",
16
"test": "npm run checkApiSpec && npm run build:generated && jest",
17
"test-storybook": "test-storybook --failOnConsole",
0 commit comments