Skip to content

Commit ee83f90

Browse files
committed
Fixing cross-platform issue with tslint.
1 parent cccb691 commit ee83f90

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"web": "node server",
8-
"lint": "tslint **/*.ts --exclude **/*.d.ts --exclude node_modules/**/*.ts",
8+
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" --exclude \"node_modules/**/*.ts\"",
99
"build": "npm-run-all lint build:css build:ts test",
1010
"build:css": "node scripts/build-css",
1111
"build:ts": "tsc",

0 commit comments

Comments
 (0)