Skip to content

Commit 7f2d994

Browse files
committed
Don't generate pot file in build process
1 parent 862ba07 commit 7f2d994

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/svn-deploy-plugin-on-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
- name: NPM Build
5353
run: npx webpack && npx webpack -p
5454

55-
- name: Generate .pot file
56-
run: npm run i18n
57-
5855
- name: Validate composer.json and composer.lock
5956
run: composer validate
6057

.github/workflows/upload-artifact-on-push.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
- name: NPM Build
5353
run: npx webpack && npx webpack -p
5454

55-
- name: Generate .pot file
56-
run: npm run i18n
57-
5855
- name: Validate composer.json and composer.lock
5956
run: composer validate
6057

.github/workflows/upload-asset-on-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
- name: NPM Build
5454
run: npx webpack && npx webpack -p
5555

56-
- name: Generate .pot file
57-
run: npm run i18n
58-
5956
- name: Validate composer.json and composer.lock
6057
run: composer validate
6158

0 commit comments

Comments
 (0)