From 0e7d5d1c36b10db7cd87eba3cf2add267b087a76 Mon Sep 17 00:00:00 2001 From: Raihan Firmansyah Date: Fri, 10 May 2024 15:06:40 +0700 Subject: [PATCH] fix: dev script --- back-end/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/back-end/Makefile b/back-end/Makefile index d926b4c..29789c9 100644 --- a/back-end/Makefile +++ b/back-end/Makefile @@ -1,7 +1,5 @@ -SHELL := cmd.exe - dev: - nodemon --exec go run main.go + nodemon --exec "go run" main.go --signal SIGTERM install-migration: go install -tags "sqlite3" github.com/golang-migrate/migrate/v4/cmd/migrate@latest