Skip to content

Commit

Permalink
Removed stray comma from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Sep 5, 2023
1 parent 6544e83 commit 8d4734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"build": "npm run clean && npm run styles && npm run translate",
"translate": "poetry run pybabel compile -d website/frontend/translations",
"extract_strings": "poetry run pybabel extract -F website/frontend/babel.cfg -k lazy_gettext -o website/frontend/messages.pot website/frontend",
"resync_po_files_from_pot": "poetry run pybabel update -i website/frontend/messages.pot -d website/frontend/translations/",
"resync_po_files_from_pot": "poetry run pybabel update -i website/frontend/messages.pot -d website/frontend/translations/"
}
}

0 comments on commit 8d4734b

Please sign in to comment.