global watch task

This commit is contained in:
Felix Roos 2024-03-08 00:55:19 +01:00
parent 85fee0cc01
commit 9b3509c062
4 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,7 @@
"repl": "npm run prestart && cd website && npm run dev",
"start": "npm run prestart && cd website && npm run dev",
"dev": "npm run prestart && cd website && npm run dev",
"watch": "pnpm prestart && pnpm --parallel --filter {./website/**}... --filter \"@strudel/website\" watch",
"build": "npm run prebuild && cd website && npm run build",
"preview": "cd website && npm run preview",
"osc": "cd packages/osc && npm run server",