Commit 9dd057c5 authored by 神楽坂玲奈's avatar 神楽坂玲奈

angular

parent c8872ff6
......@@ -5,8 +5,8 @@
"ng": "ng",
"start": "ng serve --aot --open",
"build": "npm run build:zh-CN && npm run build:en-US",
"build:zh-CN": "ng build --prod --source-map --deploy-url https://cdn01.moecube.com/store/zh-CN/ --outputPath dist/zh-CN --i18n-locale zh-CN",
"build:en-US": "ng build --prod --source-map --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 --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",
"i18n": "ng xi18n --output-path locale --i18n-locale zh-CN"
},
"private": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment