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 e3406ed commit ec98a54Copy full SHA for ec98a54
package.json
@@ -33,7 +33,7 @@
33
"build:watch": "tsup --watch",
34
"test": "jest",
35
"storybook": "storybook dev -p 6006",
36
- "start": "concurrently \"yarn build:watch\" \"yarn storybook -- --no-manager-cache --quiet\"",
+ "start": "concurrently \"yarn build:watch\" \"yarn storybook -- --quiet\"",
37
"build-storybook": "storybook build",
38
"release": "yarn build && auto shipit",
39
"test-storybook": "node dist/test-storybook",
0 commit comments