mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: ttag extract command
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
"watch": "encore dev --watch",
|
||||
"build": "encore production --progress",
|
||||
"ttag:po2json": "cd translations; for i in $(find . -name \"*.po\"); do ttag po2json $i > ../public/locales/$i.json; done; cd ..",
|
||||
"ttag:extract": "ttag extract assets/**/*.{ts,tsx} -o translations/translations.pot"
|
||||
"ttag:extract": "ttag extract $(find assets -name '*.ts' -or -name '*.tsx') -o translations/translations.pot"
|
||||
},
|
||||
"dependencies": {
|
||||
"remove": "^0.1.5"
|
||||
|
||||
Reference in New Issue
Block a user