diff --git a/packages/vinxi/package.json b/packages/vinxi/package.json index dcfed868..007148d8 100644 --- a/packages/vinxi/package.json +++ b/packages/vinxi/package.json @@ -12,7 +12,7 @@ "*.d.ts" ], "scripts": { - "types": "rm -rf dist/types && tsc && cp -r types dist/types/types" + "types": "rm -rf dist/types && tsc; cp -r types dist/types/types" }, "bin": "./bin/cli.mjs", "types": "./dist/types/lib/index.d.ts",