Skip to content

Commit

Permalink
Don't require 'lint' as a condition for build.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarrois committed May 19, 2015
1 parent 082b65c commit 5118bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build: build-vendorjs build-appjs build-appcss build-html

build-vendorjs: $(DIST_DIR)/vendor.js

build-appjs: lint $(DIST_DIR)/app.js
build-appjs: $(DIST_DIR)/app.js

build-appcss: $(DIST_DIR)/app.css

Expand Down

0 comments on commit 5118bdf

Please sign in to comment.