[CI] Strip more node_modules files

This commit is contained in:
Ducko 2021-12-11 01:17:03 +00:00
parent 297b84ceb2
commit 10123d0e78
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
npm i -g asar
node injectPolyfills.js
rm -rf src/package-lock.json src/node_modules/.package-lock.json src/splash/splashScreen.js.self src/node_modules/**/*.md src/node_modules/**/*.yml src/node_modules/**/.npmignore src/node_modules/**/LICENSE src/node_modules/**/test*
rm -rf src/package-lock.json src/node_modules/.package-lock.json src/splash/splashScreen.js.self src/node_modules/**/package.json src/node_modules/**/*.md src/node_modules/**/.*.yml src/node_modules/**/.npmignore src/node_modules/**/LICENSE src/node_modules/**/test*
npx asar pack src openasar.asar
- name: GitHub Release