Remove linting from install prerequisites.
This commit is contained in:
parent
7d6251c969
commit
10bad506d7
6
Makefile
6
Makefile
@ -92,9 +92,9 @@ testbds := $(foreach f,$(subst .crx,.crx.zip,$(bds)),test$(f))
|
|||||||
|
|
||||||
jshint := $(foreach f,script-crx eventPage script-userscript,.events/jshint.$(f))
|
jshint := $(foreach f,script-crx eventPage script-userscript,.events/jshint.$(f))
|
||||||
|
|
||||||
default : install
|
default : jshint install
|
||||||
|
|
||||||
all : bds install
|
all : jshint bds install
|
||||||
|
|
||||||
.events tmp testbuilds builds :
|
.events tmp testbuilds builds :
|
||||||
$(MKDIR)
|
$(MKDIR)
|
||||||
@ -180,7 +180,7 @@ test.html : README.md template.jst tools/markdown.js node_modules/marked/package
|
|||||||
install.json :
|
install.json :
|
||||||
echo {}> $@
|
echo {}> $@
|
||||||
|
|
||||||
.events/install : $(testbds) $(jshint) install.json tools/install.js | .events
|
.events/install : $(testbds) install.json tools/install.js | .events
|
||||||
node tools/install.js
|
node tools/install.js
|
||||||
echo -> $@
|
echo -> $@
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user