From ee1d82b97350d1f94255c8fb19cc76558701fc32 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 21 Mar 2021 19:08:48 -0700 Subject: [PATCH] Uses make instead for int --- Makefile | 3 +++ package.json | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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": {