diff --git a/package.json b/package.json index 13d2af7cfd..1e46adc00c 100644 --- a/package.json +++ b/package.json @@ -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",