fix(tools): should always run affine script in project root (#9391)

This commit is contained in:
liuyi
2024-12-27 19:31:13 +08:00
committed by GitHub
parent a16471c185
commit 0d98eb5e83
+2 -2
View File
@@ -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",