mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove pems in make build
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
afc06ab76d
commit
e9da6e1d46
@ -49,12 +49,7 @@ jobs:
|
|||||||
displayName: Customize config
|
displayName: Customize config
|
||||||
|
|
||||||
- script: make node_modules
|
- script: make node_modules
|
||||||
displayName: Install dependencies
|
displayName: Install dependencies=
|
||||||
|
|
||||||
- base: |
|
|
||||||
rm -rf node_modules/win-ca/pem
|
|
||||||
displayName: Remove win-ca/pem
|
|
||||||
# https://github.com/ukoloff/win-ca#clear-pem-folder-on-publish
|
|
||||||
|
|
||||||
- script: make build-npm
|
- script: make build-npm
|
||||||
displayName: Generate npm package
|
displayName: Generate npm package
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -60,6 +60,8 @@ build: node_modules binaries/client
|
|||||||
$(MAKE) build-extensions -B
|
$(MAKE) build-extensions -B
|
||||||
yarn run compile
|
yarn run compile
|
||||||
ifeq "$(DETECTED_OS)" "Windows"
|
ifeq "$(DETECTED_OS)" "Windows"
|
||||||
|
# https://github.com/ukoloff/win-ca#clear-pem-folder-on-publish
|
||||||
|
rm -rf node_modules/win-ca/pem
|
||||||
yarn run electron-builder --publish onTag --x64 --ia32
|
yarn run electron-builder --publish onTag --x64 --ia32
|
||||||
else
|
else
|
||||||
yarn run electron-builder --publish onTag
|
yarn run electron-builder --publish onTag
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user