[CI] Fix installing wrong NPM package name

This commit is contained in:
Ducko 2021-12-11 11:30:38 +00:00
parent beca0ad18d
commit 5bdebf4b77
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Pack minified asar
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 uglifyjs --compress --mangle -o index.js -- index.js
cp src/package.json .