Skip to content

Commit 1b3248a

Browse files
committed
Remove composer interaction during build process
1 parent 7bdf370 commit 1b3248a

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
@@ -102,7 +102,7 @@
102102
}
103103
},
104104
"scripts": {
105-
"prebuild": "composer install --no-dev",
105+
"prebuild": "composer install --no-dev --no-interaction",
106106
"build": "wp-scripts build && gulp package",
107107
"postbuild": "composer install",
108108
"build:zip": "npm run build",

0 commit comments

Comments
 (0)