[CI] Fix installing wrong NPM package name
This commit is contained in:
parent
beca0ad18d
commit
5bdebf4b77
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_nightly.yml
vendored
2
.github/workflows/release_nightly.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
- name: Pack minified asar
|
- name: Pack minified asar
|
||||||
run: |
|
run: |
|
||||||
npm i -g esbuild uglifyjs minify-json
|
npm i -g esbuild uglify-js minify-json
|
||||||
npx esbuild ./src --bundle --platform=node --external:electron --external:original-fs --external:auto-updater --outfile=index.js
|
npx esbuild ./src --bundle --platform=node --external:electron --external:original-fs --external:auto-updater --outfile=index.js
|
||||||
npx uglifyjs --compress --mangle -o index.js -- index.js
|
npx uglifyjs --compress --mangle -o index.js -- index.js
|
||||||
cp src/package.json .
|
cp src/package.json .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue