Skip to content

Commit 226f3da

Browse files
adds task to run storybook
1 parent 42bc504 commit 226f3da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/tasks.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,15 @@
136136
"cwd": "${workspaceFolder}/webapp/common-react/@dbeaver/ui-kit"
137137
},
138138
"args": ["docs"]
139+
},
140+
{
141+
"label": "Run Storybook",
142+
"type": "shell",
143+
"command": "yarn",
144+
"options": {
145+
"cwd": "${workspaceFolder}/webapp/packages/storybook"
146+
},
147+
"args": ["storybook"]
139148
}
140149
],
141150
"inputs": [

0 commit comments

Comments
 (0)