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

@ -29,8 +29,8 @@ You can check out the [latest release](https://github.com/th-ch/youtube-music/re
```sh
git clone https://github.com/th-ch/youtube-music
cd youtube-music
npm install
npm start
yarn
yarn start
```
## Build your own plugins
@ -90,7 +90,7 @@ module.exports = () => {
## Build
```sh
npm run build
yarn build
```
Builds the app for macOS, Linux, and Windows, using [electron-builder](https://github.com/electron-userland/electron-builder).