diff --git a/Makefile b/Makefile index cf62cb87..183c1fab 100644 --- a/Makefile +++ b/Makefile @@ -25,3 +25,6 @@ test: static build: static CGO_ENABLED=0 go build -ldflags "-s -w" + +int: + docker-compose -f integration/docker-compose.test.yml up --build --force-recreate --exit-code-from integration diff --git a/package.json b/package.json index c352cef2..18cedca8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "clean": "rm -rf static", "release": "release-it", "test": "TZ=UTC jest", - "integration": "docker-compose -f integration/docker-compose.test.yml up --build --force-recreate --exit-code-from integration", "postinstall": "husky install" }, "repository": {