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