knowledge/auto_build.sh
2023-07-04 14:49:10 +08:00

7 lines
61 B
Bash

#!/bin/bash
git pull origin master
yarn install
yarn build