Skip to content

Commit

Permalink
Don't generate pot file in build process
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Aug 11, 2020
1 parent 862ba07 commit 7f2d994
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/svn-deploy-plugin-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ jobs:
- name: NPM Build
run: npx webpack && npx webpack -p

- name: Generate .pot file
run: npm run i18n

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/upload-artifact-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ jobs:
- name: NPM Build
run: npx webpack && npx webpack -p

- name: Generate .pot file
run: npm run i18n

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/upload-asset-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
- name: NPM Build
run: npx webpack && npx webpack -p

- name: Generate .pot file
run: npm run i18n

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down

0 comments on commit 7f2d994

Please sign in to comment.