diff --git a/packages/cli/package.json b/packages/cli/package.json index 54dcaf01..b92984fd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -31,7 +31,7 @@ "dist" ], "scripts": { - "build": "tsup src/index.ts --format esm --treeshake --target esnext", + "build": "tsup src/index.ts --format esm --target esnext", "test:unit": "jest --maxWorkers=50% test/unit", "test:e2e": "jest --maxWorkers=50% test/e2e", "lint": "eslint '**/{src,test,scripts}/**/*.ts'",