Skip to content

Commit 1debd2b

Browse files
committed
Add plugin zip script.
1 parent 8ac0c2e commit 1debd2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"lint:js:src:fix": "wp-scripts lint-js ./src --fix",
1818
"start": "wp-scripts start",
1919
"packages-update": "wp-scripts packages-update",
20-
"update-pot": "wp i18n make-pot . languages/block-visibility.pot --exclude=src"
20+
"update-pot": "wp i18n make-pot . languages/block-visibility.pot --exclude=src",
21+
"plugin-zip": "wp-scripts plugin-zip"
2122
},
2223
"devDependencies": {
2324
"@wordpress/scripts": "^24.6.0",

0 commit comments

Comments
 (0)