]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: add missing `--experimental-cli` (#848)
authorbtea <2356281422@qq.com>
Mon, 27 Oct 2025 05:58:06 +0000 (13:58 +0800)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 05:58:06 +0000 (14:58 +0900)
package.json

index 41977d224decf5d6b47731025db755c9152ef465..6679bd65132567f2927b2ac7d2591ec8987f3354 100644 (file)
@@ -59,7 +59,7 @@
   },
   "lint-staged": {
     "*.{js,ts,vue,json}": [
-      "prettier --write"
+      "prettier --write --experimental-cli"
     ]
   },
   "publishConfig": {