Skip to content

Commit

Permalink
chore(build): Exclude rector.php when building the release tarball
Browse files Browse the repository at this point in the history
Fixes: #1541

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Oct 22, 2024
1 parent 61b07ea commit 8031d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ build: node-modules build-js-production composer-install-no-dev
--exclude="$(APP_NAME)/package-lock.json" \
--exclude="$(APP_NAME)/package.json" \
--exclude="$(APP_NAME)/psalm.xml" \
--exclude="$(APP_NAME)/rector.php" \
--exclude="$(APP_NAME)/renovate.json" \
--exclude="$(APP_NAME)/src" \
--exclude="$(APP_NAME)/stylelint.config.js" \
Expand Down

0 comments on commit 8031d84

Please sign in to comment.