Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 795a418

Browse files
committed
Build: Add linting to npm test
1 parent d26fec4 commit 795a418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ target.lint = function() {
156156
};
157157

158158
target.test = function() {
159-
// target.lint();
159+
target.lint();
160160

161161
var errors = 0,
162162
lastReturn;

0 commit comments

Comments
 (0)