Skip to content

Commit f5c8b37

Browse files
committed
Update workflow to build JS
1 parent 4152a19 commit f5c8b37

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: npm install
5050
run: npm install
5151

52+
- name: NPM Build
53+
run: npx webpack && npx webpack -p
54+
5255
- name: Generate .pot file
5356
run: npm run i18n
5457

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: npm install
5050
run: npm install
5151

52+
- name: NPM Build
53+
run: npx webpack && npx webpack -p
54+
5255
- name: Generate .pot file
5356
run: npm run i18n
5457

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: npm install
5151
run: npm install
5252

53+
- name: NPM Build
54+
run: npx webpack && npx webpack -p
55+
5356
- name: Generate .pot file
5457
run: npm run i18n
5558

0 commit comments

Comments
 (0)