add postinstall script to build automatically using tsc
This commit is contained in:
		
							
								
								
									
										4411
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4411
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -13,7 +13,8 @@
 | 
			
		||||
  ],
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
 | 
			
		||||
    "build": "tsc"
 | 
			
		||||
    "build": "tsc",
 | 
			
		||||
    "postinstall": "npm run build"
 | 
			
		||||
  },
 | 
			
		||||
  "keywords": [
 | 
			
		||||
    "RSS",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user