mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-14 01:09:51 -04:00
Make sure the thing can build in PRs
This would have caught the issue in #1106
This commit is contained in:
parent
6fb8d86880
commit
14f56d713f
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ jobs:
|
|||
include:
|
||||
- env: NPM_SCRIPT=lint
|
||||
node_js: 8
|
||||
- env: NPM_SCRIPT=build
|
||||
node_js: 8
|
||||
if: not (branch in (master, develop) and type != pull_request)
|
||||
- stage: release
|
||||
node_js: 8
|
||||
env: NPM_SCRIPT=build
|
||||
|
|
Loading…
Reference in a new issue