This commit is contained in:
张成
2025-12-06 22:16:53 +08:00
parent 1c933a54e0
commit acc0e1a2e0

View File

@@ -10,9 +10,9 @@
"framework": "React" "framework": "React"
}, },
"scripts": { "scripts": {
"build": "npm run build:weapp", "build": "npm run build:weapp ",
"dev": "npm run dev:weapp", "dev": "npm run dev:weapp ",
"build:weapp": "taro build --type weapp", "build:weapp": "taro build --type weapp --mode production",
"build:swan": "taro build --type swan", "build:swan": "taro build --type swan",
"build:alipay": "taro build --type alipay", "build:alipay": "taro build --type alipay",
"build:tt": "taro build --type tt", "build:tt": "taro build --type tt",