Merge branch 'master' of https://hel.hand-china.com/komatsu/komatsu-lease-app
Showing
... | ... | @@ -13,7 +13,8 @@ |
"build:infoChange": "VITE_TARGET=infoChange vite build --mode test", | ||
"build:relatedProject": "VITE_TARGET=relatedProject vite build --mode test", | ||
"build:repayPlanCheck": "VITE_TARGET=repayPlanCheck vite build --mode test", | ||
"build:contractSign": "VITE_TARGET=contractSign vite build --mode test" | ||
"build:contractSign": "VITE_TARGET=contractSign vite build --mode test", | ||
"build:projectList": "VITE_TARGET=projectList vite build --mode test" | ||
}, | ||
"dependencies": { | ||
"@hips/plugin-vue-jssdk": "^1.1.2", | ||
... | ... |
Please register or sign in to comment