13 lines
103 B
Bash
Executable File
13 lines
103 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
yarn db:push
|
|
|
|
npx nodemon --ext ts,tsx --exec "yarn tsc"
|
|
|
|
|
|
|
|
# yarn build
|
|
|