[infra] add GitHub actions for typechecking (#356)

This commit is contained in:
Yangshun Tay
2022-10-11 07:27:41 +08:00
committed by GitHub
parent b5c930ed68
commit dfdd27cb85
3 changed files with 39 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
"dev:ui": "turbo dev --filter=storybook... --filter=ui...",
"dev:website": "turbo dev --filter=website...",
"dev:all": "turbo dev --no-cache --parallel --continue",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format": "prettier --write \"**/*.{js,jsx,cjs,mjs,ts,tsx,md,mdx}\"",
"lint": "turbo lint",
"test": "turbo test",
"tsc": "turbo tsc"