1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
This commit is contained in:
Ryan Dahl 2018-10-05 10:20:10 -04:00
parent 941e27d8c1
commit ab952e3340
2 changed files with 6 additions and 3 deletions

View file

@ -19,4 +19,7 @@ run([
])
run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"])
run(["node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "--exclude", "**/gen/**/*.ts"])
run([
"node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "--exclude",
"**/gen/**/*.ts"
])