We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2e2c8 commit 2a05c12Copy full SHA for 2a05c12
.github/workflows/release.yml
@@ -44,6 +44,9 @@ jobs:
44
env:
45
CI: true
46
47
+ - name: Build JavaScript assets
48
+ run: npm run build
49
+
50
- name: Create Artifact
51
run: |
52
npm run plugin-zip
package.json
@@ -31,6 +31,7 @@
31
"files": [
32
"docs",
33
"includes",
34
+ "packages/client/build",
35
"LICENSE.md",
36
"README.md",
37
"abilities-api.php"
0 commit comments