diff --git a/packages/behavior-tree/package.json b/packages/behavior-tree/package.json index 699e2316..c27bac93 100644 --- a/packages/behavior-tree/package.json +++ b/packages/behavior-tree/package.json @@ -33,8 +33,7 @@ "rebuild": "npm run clean && npm run build", "build:npm": "npm run build && node build-rollup.cjs", "test": "jest --config jest.config.cjs", - "test:watch": "jest --watch --config jest.config.cjs", - "test:ci": "jest --ci --coverage --config jest.config.cjs" + "test:watch": "jest --watch --config jest.config.cjs" }, "author": "yhh", "license": "MIT",