Skip to content

Commit

Permalink
chore: update stackblitz config file's start command
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Dec 30, 2023
1 parent 74295c8 commit 22ed8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stackblitzrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"installDependencies": true,
"startCommand": "npm run dev:prepare && npm run dev",
"startCommand": "cd ./playground && npm i && cd .. && npm run dev:prepare && npm run dev",
"compileTrigger": "save"
}

0 comments on commit 22ed8a1

Please sign in to comment.