chore(i18n): correct name of i18n extract command (#2511)

This commit is contained in:
Ward Bell 2016-09-29 15:15:33 -07:00 committed by GitHub
parent e6199a8dfb
commit 66c567bee5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"build:webpack": "rimraf dist && webpack --config config/webpack.prod.js --bail",
"build:cli": "ng build",
"build:aot": "ngc -p tsconfig-aot.json && rollup -c rollup.js",
"extract": "ng-xi18n"
"i18n": "ng-xi18n"
},
"keywords": [],
"author": "",