fix: 修改配置文件。
This commit is contained in:
@@ -39,7 +39,10 @@
|
|||||||
"type-check": "vue-tsc --noEmit",
|
"type-check": "vue-tsc --noEmit",
|
||||||
"clean:linux": "rm -rf dist || rm -rf node_modules",
|
"clean:linux": "rm -rf dist || rm -rf node_modules",
|
||||||
"clean:windows": "rd /s /q dist || rd /s /q 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": {
|
"dependencies": {
|
||||||
"@dcloudio/uni-app": "3.0.0-4000820240401001",
|
"@dcloudio/uni-app": "3.0.0-4000820240401001",
|
||||||
|
|||||||
Reference in New Issue
Block a user