feat: apply rollup 🚀 (#20)

Co-authored-by: Su-Yong <simssy2205@gmail.com>
This commit is contained in:
JellyBrick
2023-10-04 17:51:39 +09:00
committed by GitHub
parent 2c337953eb
commit 40745d3946
42 changed files with 1752 additions and 1339 deletions

View File

@ -62,17 +62,17 @@ jobs:
- name: Build on Mac
if: startsWith(matrix.os, 'macOS') && github.repository != 'organization/youtube-music-next'
run: |
npm run build:mac
npm run dist:mac
- name: Build on Linux
if: startsWith(matrix.os, 'ubuntu') && github.repository != 'organization/youtube-music-next'
run: |
npm run build:linux
npm run dist:linux
- name: Build on Windows
if: startsWith(matrix.os, 'windows') && github.repository != 'organization/youtube-music-next'
run: |
npm run build:win
npm run dist:win
release:
runs-on: ubuntu-latest