Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 16d861e

Browse files
committed
Misc: divide lint commands
1 parent df355fa commit 16d861e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@
125125
]
126126
},
127127
"scripts": {
128-
"lint": "jshint . && node bin/jscs lib test bin publish",
128+
"lint": "npm run jshint && npm run jscs",
129+
"jshint": "jshint .",
130+
"jscs": "node bin/jscs lib test bin publish",
129131
"pretest": "npm run lint",
130132
"test": "mocha --color",
131133
"watch": "mocha --color --watch",

0 commit comments

Comments
 (0)