6 lines
88 B
Bash
6 lines
88 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
npx nodemon --ext tsx,ts --exec "reset && pnpm run build"
|