Pārlūkot izejas kodu

Check types in Github workflow

JC Brand 1 gadu atpakaļ
vecāks
revīzija
acb0d687a9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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