Build in production environment on script testing PRs
This commit is contained in:
parent
16795cf2b7
commit
a403dac8ef
@ -10,6 +10,6 @@ fi
|
|||||||
git fetch https://github.com/thelounge/lounge.git refs/pull/${1}/head
|
git fetch https://github.com/thelounge/lounge.git refs/pull/${1}/head
|
||||||
git checkout FETCH_HEAD
|
git checkout FETCH_HEAD
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
NODE_ENV=production npm run build
|
||||||
npm test || true
|
npm test || true
|
||||||
npm start
|
npm start
|
||||||
|
Loading…
Reference in New Issue
Block a user