mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 12:11:19 +03:00
Updated build script to delete more development-specific files
This commit is contained in:
parent
386b0dfb7b
commit
7c6da4985d
1 changed files with 4 additions and 0 deletions
4
build.sh
4
build.sh
|
@ -33,8 +33,12 @@ rm composer.*
|
|||
rm LICENSE
|
||||
rm indocker
|
||||
rm docker-compose.yml
|
||||
rm docker-compose.override.yml
|
||||
rm docker-compose.override.yml.dist
|
||||
rm func_tests_bootstrap.php
|
||||
rm php*
|
||||
rm README.md
|
||||
rm infection.json
|
||||
rm -rf build
|
||||
rm -ff data/database.sqlite
|
||||
rm -rf data/infra
|
||||
|
|
Loading…
Add table
Reference in a new issue