Parcourir la source

Build before testing

JC Brand il y a 6 ans
Parent
commit
20a14f5877
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -228,7 +228,7 @@ eslint: stamp-npm
 	$(ESLINT) spec/
 	$(ESLINT) spec/
 
 
 .PHONY: check
 .PHONY: check
-check: eslint
+check: dist/converse.js eslint
 	LOG_CR_VERBOSITY=INFO $(CHROMIUM) --no-sandbox http://localhost:$(HTTPSERVE_PORT)/tests/index.html
 	LOG_CR_VERBOSITY=INFO $(CHROMIUM) --no-sandbox http://localhost:$(HTTPSERVE_PORT)/tests/index.html
 
 
 ########################################################################
 ########################################################################