Uses make instead for int
This commit is contained in:
3
Makefile
3
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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user