5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/usr/bin/bash
|
||
|
/usr/bin/git pull
|
||
|
/usr/bin/yarn install --production=false --froze-lockfile
|
||
|
/usr/bin/yarn build
|