Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
todays-mitsui committed May 22, 2024
1 parent 6720969 commit 8a49baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
run: npm i

- name: Build
run: npm run build

- name: Create zip
run: npm run plugin-zip

- name: Archive production artifact
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Mitsui <[email protected]>",
"license": "MIT",
"main": "build/index.js",
"files": [ "nonogram.php", "build/*" ],
"scripts": {
"start": "run-p start:wp-env start:wp-scripts",
"build": "wp-scripts build",
Expand Down

0 comments on commit 8a49baa

Please sign in to comment.