Skip to content

Commit

Permalink
ci submod fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaslav committed Mar 4, 2017
1 parent 3594738 commit 6030db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clone_script:

install:
- ps: Install-Product node 7 x64
- ps: yarn install
- yarn install
# - yarn add electron-builder@next --dev # force install next version to test electron-builder

before_build:
Expand Down
2 changes: 1 addition & 1 deletion sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pj.version = ver

fs.writeFileSync(appjsonpath, JSON.stringify(pj), 'utf8')

child_process.spawnSync('yarn', ['install'], {cwd: wardir})
child_process.spawnSync('yarn', ['install','--production'], {cwd: wardir})

/*
"postinstall": "cd draw.io/war && yarn install --production",
Expand Down

0 comments on commit 6030db7

Please sign in to comment.