Skip to content

Commit 6719c13

Browse files
also install node modules (codesandbox#3159)
1 parent 8f27b61 commit 6719c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testpr-script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ async function test(prId) {
4646
)
4747
.then(() => spawnPromise('git', ['checkout', branchName]))
4848
.then(() => spawnPromise('git', ['merge', 'master']))
49+
.then(() => spawnPromise('yarn', ['install']))
4950
.then(() => spawnPromise('yarn', ['build:deps']))
5051
.catch(() => {
5152
console.error(

0 commit comments

Comments
 (0)