Skip to content

Commit bff137b

Browse files
committed
chore(unified-storybook): update script name and turbo config
- Renamed the development script for unified-storybook. - Added configuration for the new script in turbo.json. Signed-off-by: sulmo <[email protected]>
1 parent 90cd365 commit bff137b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: apps/unified-storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"dev": "storybook dev -p 6008",
7+
"unified-storybook-dev": "storybook dev -p 6008",
88
"build": "storybook build"
99
},
1010
"keywords": [],

Diff for: turbo.json

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
"persistent": true,
7979
"cache": false
8080
},
81+
"unified-storybook-dev": {
82+
"persistent": true,
83+
"cache": false
84+
},
8185
"lint": {
8286
"dependsOn": ["^lint"],
8387
"outputs": [],

0 commit comments

Comments
 (0)