Added delete endpoint
This commit is contained in:
5
Makefile
5
Makefile
@@ -9,8 +9,11 @@ build:
|
||||
test:
|
||||
docker-compose run --rm outline yarn test
|
||||
|
||||
watch:
|
||||
docker-compose run --rm outline yarn test:watch
|
||||
|
||||
destroy:
|
||||
docker-compose stop
|
||||
docker-compose rm -f
|
||||
|
||||
.PHONY: up build destroy # let's go to reserve rules names
|
||||
.PHONY: up build destroy test watch # let's go to reserve rules names
|
||||
|
||||
Reference in New Issue
Block a user