mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-03-14 14:01:00 -05:00
- 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
6 lines
56 B
Bash
6 lines
56 B
Bash
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
cd ./frontend/app && npm run dev
|