feat: merge keck

This commit is contained in:
DarkSky
2022-07-22 17:04:52 +08:00
parent 7d433b53d4
commit 0871fbda07
19 changed files with 1302 additions and 58 deletions

View File

@@ -6,7 +6,9 @@
"scripts": {
"start": "nx serve ligo-virgo",
"start:free": "env-cmd -f .free.env nx serve ligo-virgo",
"start:keck": "nx serve keck",
"build": "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",
"check": "nx run-many --target check --all",
@@ -15,8 +17,8 @@
"add:framework": "nx generate @nrwl/react:library --style=none --directory=framework --buildable --no-component --no-routing --tags=framework",
"add:library": "nx generate @nrwl/react:library --style=none --buildable --no-component --no-routing --tags=library",
"notify": "node --experimental-modules tools/notify.mjs",
"lint": "nx run-many --target=lint --all --fix --skip-nx-cache --exclude=components-common,theme",
"lint:with-cache": "nx run-many --target=lint --all --exclude=components-common,theme",
"lint": "nx run-many --target=lint --all --fix --skip-nx-cache --exclude=components-common,keck,theme",
"lint:with-cache": "nx run-many --target=lint --all --exclude=components-common,keck,theme",
"format": "nx format",
"format:ci": "nx format:check",
"type:check": "nx build ligo-virgo",