debug
This commit is contained in:
parent
ffcc59505a
commit
85898a3106
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-20.04, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 360
|
timeout-minutes: 360
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const os = require('os');
|
|
||||||
|
|
||||||
const packageJsonOpenLens = require('./lens/open-lens/package.json');
|
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.npmRebuild = true;
|
||||||
packageJsonOpenLens.build.detectUpdateChannel = false;
|
packageJsonOpenLens.build.detectUpdateChannel = false;
|
||||||
|
|
||||||
delete packageJsonOpenLens.scripts.postinstall;
|
|
||||||
|
|
||||||
packageJsonOpenLens.copyright = [
|
packageJsonOpenLens.copyright = [
|
||||||
packageJsonOpenLens.copyright,
|
packageJsonOpenLens.copyright,
|
||||||
'',
|
'',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue