修复构建

pull/930/merge
lyswhut 2022-04-17 10:06:13 +08:00
parent 4db5d26b1e
commit 9393906eb9
4 changed files with 27 additions and 15 deletions

View File

@ -31,7 +31,9 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Install Dependencies - name: Install Dependencies
run: npm install run: |
npm install npm@8.5 -g
npm install
- name: Build src code - name: Build src code
run: npm run build:src run: npm run build:src
@ -122,7 +124,9 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Install Dependencies - name: Install Dependencies
run: npm install run: |
npm install npm@8.5 -g
npm install
- name: Build src code - name: Build src code
run: npm run build:src run: npm run build:src
@ -181,7 +185,9 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Install Dependencies - name: Install Dependencies
run: npm install run: |
npm install npm@8.5 -g
npm install
- name: Build src code - name: Build src code
run: npm run build:src run: npm run build:src

View File

@ -31,7 +31,9 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Install Dependencies - name: Install Dependencies
run: npm install run: |
npm install npm@8.5 -g
npm install
- name: Build src code - name: Build src code
run: npm run build:src run: npm run build:src
@ -79,7 +81,9 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Install Dependencies - name: Install Dependencies
run: npm install run: |
npm install npm@8.5 -g
npm install
- name: Build src code - name: Build src code
run: npm run build:src run: npm run build:src
@ -127,7 +131,9 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Install Dependencies - name: Install Dependencies
run: npm install run: |
npm install npm@8.5 -g
npm install
- name: Build src code - name: Build src code
run: npm run build:src run: npm run build:src

14
package-lock.json generated
View File

@ -1,19 +1,19 @@
{ {
"name": "lx-music-desktop", "name": "lx-music-desktop",
"version": "1.20.0-beta8", "version": "1.20.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "lx-music-desktop", "name": "lx-music-desktop",
"version": "1.20.0-beta8", "version": "1.20.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"bufferutil": "^4.0.6", "bufferutil": "^4.0.6",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"electron-log": "^4.4.6", "electron-log": "^4.4.6",
"electron-store": "^8.0.1", "electron-store": "^8.0.1",
"font-list": "git+https://github.com/lyswhut/node-font-list#4edbb1933b49a9bac1eedd63a31da16b487fe57d", "font-list": "git+https://github.com/lyswhut/node-font-list.git#4edbb1933b49a9bac1eedd63a31da16b487fe57d",
"http-terminator": "^3.2.0", "http-terminator": "^3.2.0",
"iconv-lite": "^0.6.3", "iconv-lite": "^0.6.3",
"image-size": "^1.0.1", "image-size": "^1.0.1",
@ -93,7 +93,7 @@
"webpack": "^5.72.0", "webpack": "^5.72.0",
"webpack-cli": "^4.9.2", "webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1", "webpack-dev-server": "^4.8.1",
"webpack-hot-middleware": "git+https://github.com/lyswhut/webpack-hot-middleware#329c4375134b89d39da23a56a94db651247c74a1", "webpack-hot-middleware": "git+https://github.com/lyswhut/webpack-hot-middleware.git#329c4375134b89d39da23a56a94db651247c74a1",
"webpack-merge": "^5.8.0" "webpack-merge": "^5.8.0"
}, },
"engines": { "engines": {
@ -25181,7 +25181,7 @@
"font-list": { "font-list": {
"version": "git+ssh://git@github.com/lyswhut/node-font-list.git#4edbb1933b49a9bac1eedd63a31da16b487fe57d", "version": "git+ssh://git@github.com/lyswhut/node-font-list.git#4edbb1933b49a9bac1eedd63a31da16b487fe57d",
"integrity": "sha512-/jMnnSbbdzR4ADdTUF8KUxPFnH+pLFrwaqbLqVUcyBceXeDiEVvwSC4AnHVMs9/Ji4TtsggaCVDAz5wSjcENvA==", "integrity": "sha512-/jMnnSbbdzR4ADdTUF8KUxPFnH+pLFrwaqbLqVUcyBceXeDiEVvwSC4AnHVMs9/Ji4TtsggaCVDAz5wSjcENvA==",
"from": "font-list@git+https://github.com/lyswhut/node-font-list#4edbb1933b49a9bac1eedd63a31da16b487fe57d" "from": "font-list@git+https://github.com/lyswhut/node-font-list.git#4edbb1933b49a9bac1eedd63a31da16b487fe57d"
}, },
"for-in": { "for-in": {
"version": "1.0.2", "version": "1.0.2",
@ -26373,7 +26373,7 @@
"integrity": "sha512-MtWeTkl1qGsWUtbl/Jsca/8xSoK3x0UmS82sNbjqxxG/de/M/3b1DntdjHgPMC50enlTNwXOCRqPXLLt5cCfZA==", "integrity": "sha512-MtWeTkl1qGsWUtbl/Jsca/8xSoK3x0UmS82sNbjqxxG/de/M/3b1DntdjHgPMC50enlTNwXOCRqPXLLt5cCfZA==",
"dev": true, "dev": true,
"requires": { "requires": {
"async": "^2.3.0", "async": "0.9.x",
"chalk": "^4.0.2", "chalk": "^4.0.2",
"filelist": "^1.0.1", "filelist": "^1.0.1",
"minimatch": "^3.0.4" "minimatch": "^3.0.4"
@ -31894,7 +31894,7 @@
"version": "git+ssh://git@github.com/lyswhut/webpack-hot-middleware.git#329c4375134b89d39da23a56a94db651247c74a1", "version": "git+ssh://git@github.com/lyswhut/webpack-hot-middleware.git#329c4375134b89d39da23a56a94db651247c74a1",
"integrity": "sha512-rI40HLJ0EKadYLwHdFqcuNyBgNYMvg3QpmQIACmxB5z+rTMXgf3307PFjlZhZz/+PUUIhjXoXuVBv57v9ArEzQ==", "integrity": "sha512-rI40HLJ0EKadYLwHdFqcuNyBgNYMvg3QpmQIACmxB5z+rTMXgf3307PFjlZhZz/+PUUIhjXoXuVBv57v9ArEzQ==",
"dev": true, "dev": true,
"from": "webpack-hot-middleware@git+https://github.com/lyswhut/webpack-hot-middleware#329c4375134b89d39da23a56a94db651247c74a1", "from": "webpack-hot-middleware@git+https://github.com/lyswhut/webpack-hot-middleware.git#329c4375134b89d39da23a56a94db651247c74a1",
"requires": { "requires": {
"html-entities": "^1.2.0", "html-entities": "^1.2.0",
"querystring": "^0.2.0", "querystring": "^0.2.0",

View File

@ -238,7 +238,7 @@
"webpack": "^5.72.0", "webpack": "^5.72.0",
"webpack-cli": "^4.9.2", "webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1", "webpack-dev-server": "^4.8.1",
"webpack-hot-middleware": "git+https://github.com/lyswhut/webpack-hot-middleware#329c4375134b89d39da23a56a94db651247c74a1", "webpack-hot-middleware": "git+https://github.com/lyswhut/webpack-hot-middleware.git#329c4375134b89d39da23a56a94db651247c74a1",
"webpack-merge": "^5.8.0" "webpack-merge": "^5.8.0"
}, },
"dependencies": { "dependencies": {
@ -246,7 +246,7 @@
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"electron-log": "^4.4.6", "electron-log": "^4.4.6",
"electron-store": "^8.0.1", "electron-store": "^8.0.1",
"font-list": "git+https://github.com/lyswhut/node-font-list#4edbb1933b49a9bac1eedd63a31da16b487fe57d", "font-list": "git+https://github.com/lyswhut/node-font-list.git#4edbb1933b49a9bac1eedd63a31da16b487fe57d",
"http-terminator": "^3.2.0", "http-terminator": "^3.2.0",
"iconv-lite": "^0.6.3", "iconv-lite": "^0.6.3",
"image-size": "^1.0.1", "image-size": "^1.0.1",