Skip to content

Commit 21a15c3

Browse files
committed
When building the zip file, do not install composer's devDependencies.
1 parent 499ab7a commit 21a15c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"lint:css": "wp-scripts lint-style ./assets/source",
9999
"lint:php": "composer run-script phpcs ./",
100100
"lint:css:fix": "wp-scripts lint-style ./assets/source --fix",
101-
"build:zip": "composer install && wp-scripts build && gulp build && gulp package"
101+
"build:zip": "composer install --no-dev && wp-scripts build && gulp build && gulp package"
102102
},
103103
"browserslist": [
104104
"last 5 versions",

0 commit comments

Comments
 (0)