mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
Less output when cleaning up
This commit is contained in:
parent
5a129be1ad
commit
5fd8f2d816
1 changed files with 1 additions and 1 deletions
2
run
2
run
|
@ -7,7 +7,7 @@ export PATH=$PATH:./bin:./vendor/bin:./vendor-bin/box/vendor/bin
|
|||
|
||||
# Delete any temporary or generated files.
|
||||
function clean {
|
||||
rm -frv dist/* tmp vendor vendor-bin/box/vendor
|
||||
rm -fr dist/* tmp vendor vendor-bin/box/vendor
|
||||
touch dist/.keep
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue