Skip to content

Commit

Permalink
fix(config): add test:unit npm script (#3242)
Browse files Browse the repository at this point in the history
  • Loading branch information
lusarz authored and johnjbarton committed Dec 28, 2018
1 parent b8b8618 commit 02f071d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -482,6 +482,7 @@
"scripts": {
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",
"lint:fix": "eslint . --ext js --ignore-pattern *.tpl.js --fix",
"test:unit": "grunt test:unit",
"test": "grunt test",
"build": "grunt build",
"test:appveyor": "grunt test-appveyor",
Expand Down

0 comments on commit 02f071d

Please sign in to comment.