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": {
|
"scripts": {
|
||||||
"dev": "turbo run dev --parallel --continue",
|
"dev": "turbo run dev --parallel --continue",
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
|
"serve": "turbo run serve",
|
||||||
"test:e2e": "turbo run test:e2e --parallel --continue",
|
"test:e2e": "turbo run test:e2e --parallel --continue",
|
||||||
"lint": "turbo run lint",
|
"lint": "turbo run lint",
|
||||||
"clean": "turbo run clean && rm -rf node_modules"
|
"clean": "turbo run clean && rm -rf node_modules"
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^build"]
|
||||||
},
|
},
|
||||||
|
"serve": {
|
||||||
|
"cache": false
|
||||||
|
},
|
||||||
"test:e2e": {
|
"test:e2e": {
|
||||||
"cache": false
|
"cache": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue