Skip to content

Commit

Permalink
Add seperate npm tasks for linting and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChesters authored Dec 8, 2017
1 parent b81342a commit d2c91e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"tal-page-strategies": "1.1.7"
},
"scripts": {
"test": "grunt full --verbose"
"test": "grunt full --verbose",
"test:unit": "grunt jasmine",
"test:lint": "grunt lint"
}
}

0 comments on commit d2c91e7

Please sign in to comment.