refactor: convert npx to pnpm exec
[e-mobility-charging-stations-simulator.git] / ui / web / package.json
index 61a0d4ecef532031baa1c1da9d980238e836f3bc..503a9a2e9f450a7dd4e23655a62a043c36c34032 100644 (file)
@@ -18,8 +18,8 @@
     "preview": "pnpm build && vite preview",
     "start": "pnpm build && node start.js",
     "dev": "vite",
-    "clean:dist": "npx rimraf dist",
-    "clean:node_modules": "npx rimraf node_modules",
+    "clean:dist": "pnpm exec rimraf dist",
+    "clean:node_modules": "pnpm exec rimraf node_modules",
     "lint": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
     "lint:fix": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
     "format": "prettier --cache --write .",