mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
feat: merge keck
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user