mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 13:13:54 +08:00
[infra] add GitHub actions for typechecking (#356)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user