fix(nodedistribution)
This commit is contained in:
		
							
								
								
									
										3
									
								
								dist/tsnode.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/tsnode.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -13,7 +13,7 @@ | ||||
|     "test": "(npmts --notest && node ./cli.js test/test.ts)", | ||||
|     "format": "(gitzone format)", | ||||
|     "build": "echo \"Not needed for now\"", | ||||
|     "postinstall": "ts-node --skip-ignore true --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts" | ||||
|     "postinstall": "(node ./cli.js scripts/postinstall.ts)" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@types/node": "^10.3.0" | ||||
|   | ||||
| @@ -7,4 +7,4 @@ const run = async () => { | ||||
|   await smartfile.fs.ensureEmptyDir(tsCacheDir); | ||||
| } | ||||
|  | ||||
| run() | ||||
| run(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user