mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 08:00:04 +01:00
Add clean step
This commit is contained in:
parent
d5fb983acc
commit
158ecaa965
2 changed files with 4 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -1,6 +1,9 @@
|
|||
DOCKER := docker-compose run dbmate
|
||||
|
||||
all: container lint test build
|
||||
all: clean container lint test build
|
||||
|
||||
clean:
|
||||
rm -rf dist
|
||||
|
||||
container:
|
||||
docker-compose build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue