diff --git a/Makefile b/Makefile index a52cbca9..ee874f9a 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,12 @@ build: docker-compose build --pull outline test: - docker-compose run --rm outline yarn test + docker-compose up -d redis postgres s3 + yarn test watch: - docker-compose run --rm outline yarn test:watch + docker-compose up -d redis postgres s3 + yarn test:watch destroy: docker-compose stop