mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
Use Yarn in the PR-test script
This commit is contained in:
parent
f8c894d7e1
commit
b943b12cd1
1 changed files with 4 additions and 4 deletions
|
@ -10,8 +10,8 @@ fi
|
|||
git fetch https://github.com/thelounge/thelounge.git refs/pull/${1}/head
|
||||
git checkout FETCH_HEAD
|
||||
git rebase master
|
||||
npm install
|
||||
NODE_ENV=production npm run build
|
||||
npm test || true
|
||||
yarn install
|
||||
NODE_ENV=production yarn build
|
||||
yarn test || true
|
||||
shift
|
||||
npm start -- "$@"
|
||||
yarn start "$@"
|
||||
|
|
Loading…
Reference in a new issue