[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

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "start-storybook -p 6001",
"build": "build-storybook --docs",
"build": "tsc && build-storybook --docs",
"preview-storybook": "serve storybook-static",
"clean": "rm -rf .turbo && rm -rf node_modules",
"lint": "eslint stories/**/*.ts* --fix",