]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(scripts): fix clean script on windows (#11748)
authorSunil <84917190+sunil-sharma-999@users.noreply.github.com>
Mon, 2 Sep 2024 09:06:03 +0000 (14:36 +0530)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 09:06:03 +0000 (17:06 +0800)
package.json

index 12e5ac2be35652af9b670bed0cca932c218140be..9aadb674b7be84cf3db64f8490a2359df2ef3834 100644 (file)
@@ -7,7 +7,7 @@
     "dev": "node scripts/dev.js",
     "build": "node scripts/build.js",
     "build-dts": "tsc -p tsconfig.build-browser.json && tsc -p tsconfig.build-node.json && rollup -c rollup.dts.config.js",
-    "clean": "rimraf packages/*/dist temp .eslintcache",
+    "clean": "rimraf --glob packages/*/dist temp .eslintcache",
     "size": "run-s \"size-*\" && tsx scripts/usage-size.ts",
     "size-global": "node scripts/build.js vue runtime-dom -f global -p --size",
     "size-esm-runtime": "node scripts/build.js vue -f esm-bundler-runtime",