7 lines
61 B
Bash
7 lines
61 B
Bash
#!/bin/bash
|
|
|
|
git pull origin master
|
|
|
|
yarn install
|
|
|
|
yarn build |