Skip to content

Commit 41ad42f

Browse files
author
Michael Mrowetz
committed
ensure travis runs lint task
1 parent a8bd7bc commit 41ad42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"lint": "grunt tslint",
99
"watch": "npm run start & grunt default",
10-
"build": "grunt releaseBuild",
10+
"build": "npm run lint & grunt releaseBuild",
1111
"start": "live-server --watch=build/stage/,src/index.html --ignore=build/stage/temp/ --open=src/index.html",
1212
"clearJS": "find ./src/ts -iname \"*.js\" -delete && find ./src/ts -iname \"*.map\" -delete",
1313
"ghPages": "grunt ghPages",

0 commit comments

Comments
 (0)