mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-11 05:40:47 +01:00
Delete the dist
directory
This commit is contained in:
parent
de7c734b8a
commit
87848bd0ac
2 changed files with 2 additions and 2 deletions
0
dist/.keep
vendored
0
dist/.keep
vendored
4
run
4
run
|
@ -19,8 +19,8 @@ function ci:test {
|
||||||
}
|
}
|
||||||
|
|
||||||
function clean {
|
function clean {
|
||||||
rm -fr dist/* tmp vendor vendor-bin/box/vendor
|
rm -fr tmp vendor vendor-bin/box/vendor
|
||||||
touch dist/.keep var/.keep
|
touch var/.keep
|
||||||
}
|
}
|
||||||
|
|
||||||
function create-snapshot {
|
function create-snapshot {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue