mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
Migrate to yarn to install packages without package.json (but keep npm rebuild)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user