Spaces:
Running
Running
File size: 80 Bytes
b39afbe |
1 2 3 4 |
#!/bin/bash
git pull
yarn start -u -rb "$@" # Pass all arguments to yarn start
|