Skip to content

Commit

Permalink
fix: create zip file without extra folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bigaru committed Dec 13, 2024
1 parent 3e76894 commit cf49fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"plugin-zip": "wp-scripts plugin-zip --no-root-folder",
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot",
"bump": "node scripts/bump-version.js",
Expand Down

0 comments on commit cf49fea

Please sign in to comment.