Skip to content

Commit 519633c

Browse files
also typecheck and lint prs (codesandbox#3164)
1 parent 0192044 commit 519633c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testpr-script.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ async function test(prId) {
4848
.then(() => spawnPromise('git', ['merge', 'master']))
4949
.then(() => spawnPromise('yarn', ['install']))
5050
.then(() => spawnPromise('yarn', ['build:deps']))
51+
.then(() => spawnPromise('yarn', ['typecheck']))
52+
.then(() => spawnPromise('yarn', ['lint']))
5153
.catch(() => {
5254
console.error(
5355
'Something wrong happened building the deps, maybe missing a new package added. Please install and run build:deps manually before continuing'

0 commit comments

Comments
 (0)