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": "",