chore: use cache in tsx dev
This commit is contained in:
parent
14bbdc4e86
commit
472073d2fc
|
|
@ -23,8 +23,8 @@
|
|||
"scripts": {
|
||||
"build": "tsx scripts/workflow/build-routes.ts",
|
||||
"build:docs": "tsx scripts/workflow/build-docs.ts",
|
||||
"dev": "cross-env NODE_ENV=dev tsx watch --no-cache lib/index.ts",
|
||||
"dev:cache": "cross-env NODE_ENV=production tsx watch lib/index.ts",
|
||||
"dev": "cross-env NODE_ENV=dev tsx watch --clear-screen=false lib/index.ts",
|
||||
"dev:cache": "cross-env NODE_ENV=production tsx watch --clear-screen=false lib/index.ts",
|
||||
"format": "prettier \"**/*.{ts,tsx,js,json}\" --write && eslint --cache --fix \"**/*.{ts,tsx,js,yml}\"",
|
||||
"format:check": "prettier \"**/*.{ts,tsx,js,json}\" --check && eslint --cache \"**/*.{ts,tsx,js,yml}\"",
|
||||
"format:staged": "lint-staged",
|
||||
|
|
|
|||
Loading…
Reference in New Issue