Skip to content

Commit

Permalink
chore: run develop & playground:develop simultaneously
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Dec 20, 2023
1 parent 96f7844 commit 5962387
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
],
"scripts": {
"build": "turbo run build",
"develop": "turbo run develop",
"develop": "turbo run develop & yarn playground:develop",
"develop:watch-admin": "turbo run develop & yarn playground:develop --watch-admin",
"eslint": "turbo run eslint",
"eslint:fix": "turbo run eslint:fix",
"release:publish": "turbo run build:release && changeset publish",
Expand Down

0 comments on commit 5962387

Please sign in to comment.