mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-04 07:39:43 -06: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
|