assets
Showing
... | ... | @@ -5,11 +5,10 @@ |
"ng": "ng", | ||
"start": "ng serve --aot --open", | ||
"build": "npm run build:zh-CN && npm run build:en-US", | ||
"build:zh-CN": "ng build --prod --deploy-url https://cdn01.moecube.com/store/zh-CN/ --outputPath dist/zh-CN --i18n-locale zh-CN", | ||
"build:en-US": "ng build --prod --deploy-url https://cdn01.moecube.com/store/en-US/ --outputPath dist/en-US --i18n-locale en-US --i18n-file src/locale/messages.en-US.xlf", | ||
"build:zh-CN": "ng build --prod --base-href https://cdn01.moecube.com/store/zh-CN/ --deploy-url https://cdn01.moecube.com/store/zh-CN/ --outputPath dist/zh-CN --i18n-locale zh-CN", | ||
"build:en-US": "ng build --prod --base-href https://cdn01.moecube.com/store/en-US/ --deploy-url https://cdn01.moecube.com/store/en-US/ --outputPath dist/en-US --i18n-locale en-US --i18n-file src/locale/messages.en-US.xlf", | ||
"i18n": "ng xi18n --output-path locale --i18n-locale zh-CN" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^6.1.1", | ||
"@angular/common": "^6.1.1", | ||
... | ... |
Please register or sign in to comment