Skip to content

Commit

Permalink
Migrate to yarn to install packages without package.json (but keep np…
Browse files Browse the repository at this point in the history
…m rebuild)
  • Loading branch information
th-ch committed Mar 14, 2020
1 parent 81ce939 commit 9371a48
Show file tree
Hide file tree
Showing 7 changed files with 5,213 additions and 7,315 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ script:
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder \
/bin/bash -c "npm install && npm run release:linux"
/bin/bash -c "yarn && yarn run release:linux"
else
npm run release:mac
yarn run release:mac
fi
before_cache:
- rm -rf $HOME/.cache/electron-builder
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ init:

install:
- ps: Install-Product node 8 x64
- npm install
- yarn

build_script:
- npm run release:win
- yarn run release:win

test: off
Loading

0 comments on commit 9371a48

Please sign in to comment.