Skip to content

Commit ec98a54

Browse files
committed
fix: remove no-manager-cache flag
1 parent e3406ed commit ec98a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"build:watch": "tsup --watch",
3434
"test": "jest",
3535
"storybook": "storybook dev -p 6006",
36-
"start": "concurrently \"yarn build:watch\" \"yarn storybook -- --no-manager-cache --quiet\"",
36+
"start": "concurrently \"yarn build:watch\" \"yarn storybook -- --quiet\"",
3737
"build-storybook": "storybook build",
3838
"release": "yarn build && auto shipit",
3939
"test-storybook": "node dist/test-storybook",

0 commit comments

Comments
 (0)