Skip to content

Commit d5141bb

Browse files
sh run story book vscode (#266)
1 parent caab8cb commit d5141bb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.vscode/tasks.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,14 @@
2525
}
2626
]
2727
},
28+
{
29+
"label": "Run Storybook OmegaForm",
30+
"type": "shell",
31+
"command": "pnpm storybook",
32+
"options": {
33+
"cwd": "${workspaceRoot}/packages/vue-components"
34+
},
35+
"problemMatcher": []
36+
}
2837
]
2938
}

0 commit comments

Comments
 (0)