Skip to content

Commit

Permalink
Update build script to exclude 'build' directory in language file gen…
Browse files Browse the repository at this point in the history
…eration
  • Loading branch information
tfirdaus committed Nov 20, 2024
1 parent bee9275 commit 3a6dc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prefer-stable": true,
"scripts": {
"build": [
"wp i18n make-pot --exclude=vendor,dist . inc/languages/plugin-name.pot",
"wp i18n make-pot --exclude=vendor,dist,build . inc/languages/plugin-name.pot",
"codex scoper:init --yes --no-dev"
],
"phpcs": "phpcs",
Expand Down

0 comments on commit 3a6dc16

Please sign in to comment.