From 66c567bee5dddfae20e615bd032d505dc8c20bac Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Thu, 29 Sep 2016 15:15:33 -0700 Subject: [PATCH] chore(i18n): correct name of i18n extract command (#2511) --- public/docs/_examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index a02f6f022a..980813eabd 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -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": "",