Migrate to yarn to install packages without package.json (but keep npm rebuild)

This commit is contained in:
TC
2020-03-13 22:56:50 +01:00
parent 81ce939451
commit 9371a4827e
7 changed files with 5213 additions and 7315 deletions

View File

@ -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