Skip to content

Commit

Permalink
fix(ci): run linting before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Dec 4, 2016
1 parent a323690 commit 92e3ba5
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 @@ -17,7 +17,7 @@
"build": "ngm build -p src",
"start": "ng serve --aot",
"generate-bs4": "node scripts/generate-bs4.js",
"pretest": "run-s link build link",
"pretest": "run-s lint build link",
"test": "ng test -sr",
"test-coverage": "ng test -sr -cc",
"pree2e": "webdriver-manager update",
Expand Down

0 comments on commit 92e3ba5

Please sign in to comment.