Explorar o código

Type generation fails on Github

even though it's passing locally 🤔
JC Brand hai 1 ano
pai
achega
88803257bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -234,7 +234,7 @@ eslint: node_modules
 	npm run lint
 
 .PHONY: check
-check: eslint types | dist/converse.js dist/converse.css
+check: eslint | dist/converse.js dist/converse.css
 	npm run test -- $(ARGS)
 
 .PHONY: test