Skip to content

Commit

Permalink
Merge pull request #217 from astrairidium/release-include-lockfiles
Browse files Browse the repository at this point in the history
Include package / composer lockfiles in release tarball.
  • Loading branch information
fancycode committed Sep 6, 2023
2 parents 79db162 + 73c41cb commit d7d65c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ appstore:
rsync -a \
--exclude=babel.config.js \
--exclude=/build \
--exclude=composer.json \
--exclude=composer.lock \
--exclude=/docker \
--exclude=docs \
--exclude=.dockerignore \
Expand All @@ -128,8 +126,6 @@ appstore:
--exclude=mkdocs.yml \
--exclude=Makefile \
--exclude=node_modules \
--exclude=package.json \
--exclude=package-lock.json \
--exclude=.php-cs-fixer.cache \
--exclude=.php-cs-fixer.dist.php \
--exclude=.php_cs.cache \
Expand Down

0 comments on commit d7d65c1

Please sign in to comment.