mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 09:31:46 +03:00
Merge pull request #78 from toeverything/feat/build-local
feat(build-local): add config env file
This commit is contained in:
commit
78ee91583a
@ -9,7 +9,7 @@
|
|||||||
"start:keck": "nx serve keck",
|
"start:keck": "nx serve keck",
|
||||||
"start:venus": "nx serve venus",
|
"start:venus": "nx serve venus",
|
||||||
"build": "nx build ligo-virgo",
|
"build": "nx build ligo-virgo",
|
||||||
"build:local": "env-cmd -f .env.local nx build ligo-virgo",
|
"build:local": "env-cmd -f .env.local-dev nx build ligo-virgo",
|
||||||
"build:keck": "nx build keck",
|
"build:keck": "nx build keck",
|
||||||
"build:venus": "nx build venus",
|
"build:venus": "nx build venus",
|
||||||
"build:analytic": "cross-env BUNDLE_ANALYZER=true nx build --skip-nx-cache",
|
"build:analytic": "cross-env BUNDLE_ANALYZER=true nx build --skip-nx-cache",
|
||||||
|
Loading…
Reference in New Issue
Block a user