Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 66c567b

Browse files
authored
chore(i18n): correct name of i18n extract command (#2511)
1 parent e6199a8 commit 66c567b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:webpack": "rimraf dist && webpack --config config/webpack.prod.js --bail",
2222
"build:cli": "ng build",
2323
"build:aot": "ngc -p tsconfig-aot.json && rollup -c rollup.js",
24-
"extract": "ng-xi18n"
24+
"i18n": "ng-xi18n"
2525
},
2626
"keywords": [],
2727
"author": "",

0 commit comments

Comments
 (0)