Delete the dist directory

This commit is contained in:
Oliver Davies 2024-08-03 22:54:30 +01:00
parent de7c734b8a
commit 87848bd0ac
2 changed files with 2 additions and 2 deletions

0
dist/.keep vendored
View file

4
run
View file

@ -19,8 +19,8 @@ function ci:test {
}
function clean {
rm -fr dist/* tmp vendor vendor-bin/box/vendor
touch dist/.keep var/.keep
rm -fr tmp vendor vendor-bin/box/vendor
touch var/.keep
}
function create-snapshot {