adding type checks in CI builds

This commit is contained in:
Ken 2021-04-26 12:50:15 -07:00
Родитель 7e46055ae1
Коммит 379d8bcb5f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@
"test": "lage test",
"lint": "lage lint",
"lage": "lage",
"ci": "yarn lage build test lint && yarn checkchange",
"ci": "yarn lage build types test lint && yarn checkchange",
"beachball": "beachball -b origin/main",
"change": "yarn beachball change",
"checkchange": "yarn beachball check",