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

@ -8,6 +8,9 @@
"cache": false,
"dependsOn": ["^build"]
},
"serve": {
"cache": false
},
"test:e2e": {
"cache": false
},