Skip to content

Commit 9bca971

Browse files
committed
Converted from Makefile to npm scripts.
1 parent 87723b5 commit 9bca971

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

Makefile

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"grunt": "~1.0.1"
2222
},
2323
"scripts": {
24-
"test": "make test"
24+
"test": "npm run lint && grunt test",
25+
"lint": "eslint ."
2526
},
2627
"keywords": [
2728
"gruntplugin",

0 commit comments

Comments
 (0)