浏览代码

Type generation fails on Github

even though it's passing locally 🤔
JC Brand 1 年之前
父节点
当前提交
88803257bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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