Skip to content

Commit

Permalink
Add exclusion for /vendor directory in zip build. (#2106)
Browse files Browse the repository at this point in the history
The composer archive previously included the /vendor directory where the
.gitignore excluded it. This adjusts the composer archive exclude array
to omit the /vendor directory from the zip generation.
  • Loading branch information
danielwrobert authored Jul 13, 2023
1 parent 6c107ac commit bda638f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"exclude": [
"!/assets",
"!/languages",
"!/vendor",
"!/style.css",
"!/style-rtl.css",
"/assets/css/sass",
"/assets/css/**/*.scss",
"/e2e",
"/vendor",
"composer.json",
"composer.lock",
"package.json",
Expand Down Expand Up @@ -73,4 +73,4 @@
"composer/installers": true
}
}
}
}

0 comments on commit bda638f

Please sign in to comment.