Browse Source

Build before testing

JC Brand 6 năm trước cách đây
mục cha
commit
20a14f5877
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 
 
 ########################################################################
 ########################################################################