diff --git a/package.json b/package.json index 9ecb926..1613700 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,10 @@ "private": true, "description": "", "scripts": { - "dev": "npm-run-all -p dev:front dev:backend", + "dev": "npm-run-all -p dev:front dev:backend dev:worker", "dev:front": "cd front && pnpm run dev", "dev:backend": "cd backend && export PATH=$PATH:$(go env GOPATH)/bin && air", + "dev:worker": "cd worker && export PATH=$PATH:$(go env GOPATH)/bin && air", "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "npx husky init", "prepare": "husky"