mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	vscode: Add task to watch build errors
This commit is contained in:
		
							parent
							
								
									623b2730ed
								
							
						
					
					
						commit
						893a563afb
					
				
							
								
								
									
										17
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,17 @@
 | 
			
		||||
{
 | 
			
		||||
    "version": "2.0.0",
 | 
			
		||||
    "tasks": [
 | 
			
		||||
      {
 | 
			
		||||
        "type": "npm",
 | 
			
		||||
        "script": "errors",
 | 
			
		||||
        "problemMatcher": "$tsc-watch",
 | 
			
		||||
        "isBackground": true,
 | 
			
		||||
        "presentation": {
 | 
			
		||||
          "revealProblems": "never"
 | 
			
		||||
        },
 | 
			
		||||
        "runOptions": {
 | 
			
		||||
          "runOn": "folderOpen"
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
@ -31,7 +31,8 @@
 | 
			
		||||
    "test-jasmine": "TRILIUM_DATA_DIR=./data-test ts-node ./node_modules/.bin/jasmine",
 | 
			
		||||
    "test-es6": "ts-node -r esm spec-es6/attribute_parser.spec.ts",
 | 
			
		||||
    "test": "npm run test-jasmine && npm run test-es6",
 | 
			
		||||
    "postinstall": "rimraf ./node_modules/canvas"
 | 
			
		||||
    "postinstall": "rimraf ./node_modules/canvas",
 | 
			
		||||
    "errors": "tsc --watch --noEmit"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@braintree/sanitize-url": "6.0.4",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user