mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 16:16:46 +08:00
fix(tools): should always run affine script in project root (#9391)
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@
|
||||
"node": "<21.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"affine": "yarn workspace @affine-tools/cli affine",
|
||||
"af": "yarn workspace @affine-tools/cli affine",
|
||||
"affine": "r affine.ts",
|
||||
"af": "r affine.ts",
|
||||
"dev": "yarn affine dev",
|
||||
"build": "yarn affine build",
|
||||
"lint:eslint": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" eslint --report-unused-disable-directives-severity=off . --cache",
|
||||
|
||||
Reference in New Issue
Block a user