Skip to content

Commit

Permalink
add tasks file
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Sep 11, 2024
1 parent 5a5e797 commit a6df694
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Run storybook",
"type": "shell",
"command": "pnpm --filter @shopware-ag/meteor-component-library run storybook",
"group": "build"
}
]
}

0 comments on commit a6df694

Please sign in to comment.