5 lines
62 B
Bash
5 lines
62 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
cd server || exit 1
|
||
|
yarn install
|
||
|
yarn start
|