This commit is contained in:
Jan-Otto Kröpke 2023-06-15 19:38:19 +02:00
parent ffcc59505a
commit 85898a3106
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-20.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 360
env:

View File

@ -1,5 +1,4 @@
const fs = require('fs');
const os = require('os');
const packageJsonOpenLens = require('./lens/open-lens/package.json');
@ -12,8 +11,6 @@ packageJsonOpenLens.version = `${packageJsonOpenLens.version}-${process.env.BUIL
packageJsonOpenLens.build.npmRebuild = true;
packageJsonOpenLens.build.detectUpdateChannel = false;
delete packageJsonOpenLens.scripts.postinstall;
packageJsonOpenLens.copyright = [
packageJsonOpenLens.copyright,
'',