Uses make instead for int

This commit is contained in:
Amir Raminfar
2021-03-21 19:08:48 -07:00
parent 508f180e45
commit ee1d82b973
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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": {