Skip to content

Commit

Permalink
Remove composer.lock from zip build
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraynz committed Jun 4, 2024
1 parent 842adee commit ecbbefb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
rm -rf dist/ vendor/
mkdir -p ./dist
composer install --no-dev
zip -9 -r "dist/alma-php-client.zip" src/ README.md CHANGELOG.md LICENSE composer.json composer.lock

# 'composer.lock' is not needed in the distribution
zip -9 -r "dist/alma-php-client.zip" src/ README.md CHANGELOG.md LICENSE composer.json

0 comments on commit ecbbefb

Please sign in to comment.