Skip to content

Commit

Permalink
ensure travis runs lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Feb 10, 2017
1 parent a8bd7bc commit 41ad42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "grunt tslint",
"watch": "npm run start & grunt default",
"build": "grunt releaseBuild",
"build": "npm run lint & grunt releaseBuild",
"start": "live-server --watch=build/stage/,src/index.html --ignore=build/stage/temp/ --open=src/index.html",
"clearJS": "find ./src/ts -iname \"*.js\" -delete && find ./src/ts -iname \"*.map\" -delete",
"ghPages": "grunt ghPages",
Expand Down

0 comments on commit 41ad42f

Please sign in to comment.