mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 13:23:07 +01:00
Uses make instead for int
This commit is contained in:
3
Makefile
3
Makefile
@@ -25,3 +25,6 @@ test: static
|
|||||||
|
|
||||||
build: static
|
build: static
|
||||||
CGO_ENABLED=0 go build -ldflags "-s -w"
|
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",
|
"clean": "rm -rf static",
|
||||||
"release": "release-it",
|
"release": "release-it",
|
||||||
"test": "TZ=UTC jest",
|
"test": "TZ=UTC jest",
|
||||||
"integration": "docker-compose -f integration/docker-compose.test.yml up --build --force-recreate --exit-code-from integration",
|
|
||||||
"postinstall": "husky install"
|
"postinstall": "husky install"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user