Skip to content

Commit

Permalink
chore: add stackblitz run commands for playgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 6, 2023
1 parent d61614b commit cef60f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/app/.stackblitz/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"startCommand": "npm run test"
}
3 changes: 3 additions & 0 deletions examples/module/.stackblitz/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"startCommand": "npm run dev:prepare && npm run test"
}

0 comments on commit cef60f7

Please sign in to comment.