6 lines
67 B
Bash
6 lines
67 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
NODE_ENV=development yarn
|
||
|
yarn video
|
||
|
exec yarn start
|