feat: update script
This commit is contained in:
parent
d93a301d97
commit
fddea2fdf8
|
|
@ -22,7 +22,7 @@
|
|||
"scripts": {
|
||||
"build:all": "npm run build:radar && npm run build:maintainer",
|
||||
"build:maintainer": "tsx scripts/workflow/build-maintainer.ts",
|
||||
"build:radar": "node scripts/workflow/build-radar.js",
|
||||
"build:radar": "tsx scripts/workflow/build-radar.ts",
|
||||
"dev": "cross-env NODE_ENV=dev tsx watch --no-cache lib/index.ts",
|
||||
"format": "eslint --cache --fix \"**/*.{ts,js,yml}\" && node website/docs/.format/format.mjs && prettier \"**/*.{ts,js,json}\" --write",
|
||||
"format:check": "eslint --cache \"**/*.{ts,js,yml}\" && prettier \"**/*.{ts,js,json}\" --check",
|
||||
|
|
|
|||
Loading…
Reference in New Issue