Merge branch 'fix-mergePay-billPay' into develop
Showing
| ... | ... | @@ -30,7 +30,9 @@ | 
| "build:homeMessage:test": "set VITE_TARGET=homeMessage&& vite build --mode test", | ||
| "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" | ||
| "build:paymentProtocol:production": "set VITE_TARGET=paymentProtocol&& vite build --mode production", | ||
| "build:billPay:test": "set VITE_TARGET=billPay&& vite build --mode test", | ||
| "build:billPay:production": "set VITE_TARGET=billPay&& vite build --mode production" | ||
| }, | ||
| "dependencies": { | ||
| "@hips/plugin-vue-jssdk": "^1.1.2", | ||
| ... | ... | 
Please register or sign in to comment