@travetto/compiler
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -10,3 +10,3 @@ { | ||
"dependencies": { | ||
"@travetto/base": "^0.2.5", | ||
"@travetto/base": "^0.2.6", | ||
"@types/source-map-support": "^0.4.1", | ||
@@ -37,3 +37,4 @@ "source-map-support": "^0.5.6", | ||
}, | ||
"version": "0.2.5" | ||
"version": "0.2.6", | ||
"gitHead": "f1b304901894ab5ec1a0911669296a5450e6a5f1" | ||
} |
@@ -72,2 +72,5 @@ import * as path from 'path'; | ||
this.buildWatcher(path.join(this.cwd, 'src'), [{ testFile: x => this.validFile(x) && x.endsWith('.ts') }]); | ||
if (Env.e2e) { | ||
this.buildWatcher(path.join(this.cwd, 'e2e'), [{ testFile: x => this.validFile(x) && x.endsWith('.ts') }]); | ||
} | ||
}, 1000); | ||
@@ -74,0 +77,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39366
18
1020
Updated@travetto/base@^0.2.6