Skip to content

Commit

Permalink
Update makepot command to support block.json files #47
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 30, 2021
1 parent 9392e13 commit e8660d7
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 @@ -17,7 +17,7 @@
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"dev": "wp-scripts start",
"makepot": "wp i18n make-pot . languages/oik-blocks.pot --exclude=node_modules,vendor,src",
"makepot": "wp i18n make-pot . languages/oik-blocks.pot --ignore-domain --domain=oik-blocks --exclude=node_modules,vendor,src/*.js,tests",
"makejson": "wp i18n make-json languages --no-purge",
"l10n": "l10n oik-blocks"
},
Expand Down

0 comments on commit e8660d7

Please sign in to comment.