diff --git a/package.json b/package.json index d13d5f5..81a2342 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,10 @@ "type-check": "vue-tsc --noEmit", "clean:linux": "rm -rf dist || rm -rf node_modules", "clean:windows": "rd /s /q dist || rd /s /q node_modules", - "postinstall": "node scripts/patch-u-input.js" + "postinstall": "node scripts/patch-u-input.js", + "patch:u-input": "node scripts/patch-u-input.js", + "predev": "node scripts/patch-u-input.js", + "prebuild": "node scripts/patch-u-input.js" }, "dependencies": { "@dcloudio/uni-app": "3.0.0-4000820240401001",