Browse Source

fix: 命令dev:h5改成dev

master
zhang_li 8 months ago
parent
commit
a60b822247
  1. 4
      package.json

4
package.json

@ -5,11 +5,11 @@
"scripts": {
"dev:app": "uni -p app",
"dev:custom": "uni -p",
"dev:h5": "uni",
"dev": "uni",
"dev:mp-weixin": "uni -p mp-weixin",
"test:app": "uni build -p app",
"test:custom": "uni build -p",
"test:h5": "uni build",
"test": "uni build",
"test:mp-weixin": "uni build -p mp-weixin"
},
"dependencies": {

Loading…
Cancel
Save