Skip to content

Commit d6a319f

Browse files
committed
Exclude wp-env directory from build.
1 parent 47b3771 commit d6a319f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/wpgraphql-logging/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
"/screenshots",
107107
"/tests",
108108
"!vendor",
109-
"!vendor-prefixed"
109+
"!vendor-prefixed",
110+
"/wp-env"
110111
]
111112
},
112113
"autoload": {

0 commit comments

Comments
 (0)