feat: local command

This commit is contained in:
DarkSky
2022-07-22 18:08:30 +08:00
parent 0871fbda07
commit 9361ad8e61
9 changed files with 43 additions and 23 deletions

View File

@@ -4,10 +4,11 @@
"license": "MIT",
"author": "AFFiNE <developer@affine.pro>",
"scripts": {
"start": "nx serve ligo-virgo",
"start:free": "env-cmd -f .free.env nx serve ligo-virgo",
"start": "env-cmd -f .env.local nx serve ligo-virgo",
"start:affine": "nx serve ligo-virgo",
"start:keck": "nx serve keck",
"build": "nx build ligo-virgo",
"build:local": "env-cmd -f .env.local nx build ligo-virgo",
"build:keck": "nx build keck",
"build:analytic": "cross-env BUNDLE_ANALYZER=true nx build --skip-nx-cache",
"test": "nx run-many --target test --all",