Răsfoiți Sursa

Type generation fails on Github

even though it's passing locally 🤔
JC Brand 1 an în urmă
părinte
comite
88803257bf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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