Skip to content

Commit 7eb631d

Browse files
reconbotbenjamn
authored andcommitted
let the lint script work on windows and improve speed (#727)
1 parent 6166ef3 commit 7eb631d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"pretest": "npm run clean && npm run compile",
1818
"test": "npm run testonly --",
1919
"posttest": "npm run lint",
20-
"lint": "tslint $(find src | grep ts$)",
20+
"lint": "tslint src/**/*.ts",
2121
"watch": "tsc -w",
2222
"testonly": "mocha --reporter spec --full-trace ./dist/test/tests.js",
2323
"coverage": "istanbul cover _mocha -- --reporter dot --full-trace ./dist/test/tests.js",

0 commit comments

Comments
 (0)