Skip to content

Commit

Permalink
chore(uniapp): 更新于移除
Browse files Browse the repository at this point in the history
  • Loading branch information
feige996 committed Jun 17, 2024
1 parent ff42e5e commit ce1ee1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 39 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"pnpm": ">=7.30"
},
"scripts": {
"uvm": "npx @dcloudio/uvm@latest && node ./scripts/postupgrade.js",
"uvm": "npx @dcloudio/uvm@latest",
"uvm-rm": "node ./scripts/postupgrade.js",
"postuvm": "echo upgrade uni-app success!",
"dev:app": "uni -p app",
"dev:app-android": "uni -p app-android",
Expand Down Expand Up @@ -92,7 +93,6 @@
"pinia-plugin-persistedstate": "3.2.1",
"qs": "6.5.3",
"vue": "3.4.21",
"vue-i18n": "^9.13.1",
"wot-design-uni": "^1.2.26",
"z-paging": "^2.7.10"
},
Expand Down
36 changes: 0 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion scripts/postupgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const dependencies = [
'@dcloudio/uni-mp-toutiao',
'@dcloudio/uni-mp-xhs',
'@dcloudio/uni-quickapp-webview',
// 'vue-i18n',
// i18n模板要注释掉下面的
'vue-i18n',
]

// 使用exec执行命令
Expand Down

0 comments on commit ce1ee1a

Please sign in to comment.