debug
This commit is contained in:
		
							parent
							
								
									ffcc59505a
								
							
						
					
					
						commit
						85898a3106
					
				| 
						 | 
				
			
			@ -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:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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,
 | 
			
		||||
    '',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue