Skip to content

Commit 2a05c12

Browse files
emdashcodesgziolo
authored andcommitted
Build JS assets for the plugin zip
1 parent af2e2c8 commit 2a05c12

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
env:
4545
CI: true
4646

47+
- name: Build JavaScript assets
48+
run: npm run build
49+
4750
- name: Create Artifact
4851
run: |
4952
npm run plugin-zip

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"files": [
3232
"docs",
3333
"includes",
34+
"packages/client/build",
3435
"LICENSE.md",
3536
"README.md",
3637
"abilities-api.php"

0 commit comments

Comments
 (0)