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