10 lines
50 B
Bash
10 lines
50 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
|
|
yarn
|
|
|
|
yarn start
|
|
|