chore: add root serve script

This commit is contained in:
Kim, Jimin 2023-07-29 11:33:06 +09:00
parent f4e08865c5
commit acf1ee7f9e
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
2 changed files with 4 additions and 0 deletions

View file

@ -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"