chore: add root serve script
This commit is contained in:
parent
f4e08865c5
commit
acf1ee7f9e
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
"scripts": {
|
||||
"dev": "turbo run dev --parallel --continue",
|
||||
"build": "turbo run build",
|
||||
"serve": "turbo run serve",
|
||||
"test:e2e": "turbo run test:e2e --parallel --continue",
|
||||
"lint": "turbo run lint",
|
||||
"clean": "turbo run clean && rm -rf node_modules"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue