Skip to content

Commit

Permalink
Misc - Beautify the code before run the hint task
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Dec 3, 2015
1 parent 93149df commit abc7aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ min:
gzip -9 < ${DIST} | wc
gzip -9 < ${DIST_MIN} | wc

hint: build
hint: build beautify
$(notify_task)
node_modules/.bin/jshint ${DIST}
node_modules/.bin/jshint ${TEST}
Expand Down

0 comments on commit abc7aec

Please sign in to comment.