Skip to content

Commit

Permalink
Merge pull request #435 from veneliniliev/master
Browse files Browse the repository at this point in the history
Fix wrong `translations:extract` --sort parameter
  • Loading branch information
sinedied committed Feb 5, 2019
2 parents 400e2c6 + ba49502 commit 7ac35b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "<%= run('env') %> && ng test",
"test:ci": "<%= run('env') %> && <%= run('lint') %> && ng test --code-coverage --watch=false",
"e2e": "<%= run('env') %> && ng e2e",
"translations:extract": "ngx-translate-extract --input ./src --output ./src/translations/template.json --format=json --clean -sort --marker extract",
"translations:extract": "ngx-translate-extract --input ./src --output ./src/translations/template.json --format=json --clean --sort --marker extract",
"docs": "hads ./docs -o",
"env": "ngx-scripts env npm_package_version",
<% if (props.prettier) { -%>
Expand Down

0 comments on commit 7ac35b5

Please sign in to comment.