mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-29 05:59:52 -05:00
chore(contributing): improve onboarding (#3)
- shell scripts logging and fail on error - use npx --yes instead of manual global install - run go libs directly instead of installing and running binaries - add missing brew dependencies
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
|
||||
set -a
|
||||
. .env
|
||||
set +a
|
||||
|
||||
nodemon --signal SIGINT --config nodemon.engine.json --exec go run ./cmd/hatchet-engine
|
||||
npx --yes nodemon --signal SIGINT --config nodemon.engine.json --exec go run ./cmd/hatchet-engine
|
||||
|
||||
Reference in New Issue
Block a user