diff --git a/example/package.json b/example/package.json index 31b366c..47363c9 100644 --- a/example/package.json +++ b/example/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "scripts": { "start": "vite", - "build": "tsc && vite build", + "build": "vite build", "preview": "vite preview --port 3000" }, "dependencies": { diff --git a/package.json b/package.json index 534b5a0..7a8cdb9 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "build": "tsup", "dev": "pnpm -r --stream run start", "dx": "npm run bootstrap && pnpm exec husky install && pnpm run prepare", + "clean": "rm -rf ./node_modules ./coverage ./dist ./.nyc_output ./.*.log ./example/node_modules", "lint": "eslint . && prettier --check .", "prepare": "husky install", "release": "pnpm run build && np --no-tests --no-cleanup",