global watch task
This commit is contained in:
parent
85fee0cc01
commit
9b3509c062
4 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue