'fix-测试问题修复及调整'
Showing
... | ... | @@ -28,7 +28,9 @@ |
"build:makeRepayment:test": "set VITE_TARGET=makeRepayment&& vite build --mode test", | ||
"build:makeRepayment:production": "set VITE_TARGET=makeRepayment&& vite build --mode production", | ||
"build:homeMessage:test": "set VITE_TARGET=homeMessage&& vite build --mode test", | ||
"build:homeMessage:production": "set VITE_TARGET=homeMessage&& vite build --mode production" | ||
"build:homeMessage:production": "set VITE_TARGET=homeMessage&& vite build --mode production", | ||
"build:paymentProtocol:test": "set VITE_TARGET=paymentProtocol&& vite build --mode test", | ||
"build:paymentProtocol:production": "set VITE_TARGET=paymentProtocol&& vite build --mode production" | ||
}, | ||
"dependencies": { | ||
"@hips/plugin-vue-jssdk": "^1.1.2", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment