Skip to content

Commit

Permalink
Remove .lock files with Makefile distclean action
Browse files Browse the repository at this point in the history
  • Loading branch information
PT-ATA No One committed Apr 26, 2024
1 parent 1f9a6e3 commit 15d1486
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 @@ -102,6 +102,7 @@ distclean: clean
rm -rf node_modules
rm -rf js/vendor
rm -rf js/node_modules
rm -f composer.lock package-lock.json

# Builds the source package for the app store, ignores php tests, js tests
# and build related folders that are unnecessary for an appstore release
Expand Down

0 comments on commit 15d1486

Please sign in to comment.