[CI] Strip more node_modules files
This commit is contained in:
parent
297b84ceb2
commit
10123d0e78
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_nightly.yml
vendored
2
.github/workflows/release_nightly.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue