feat: update script

This commit is contained in:
DIYgod 2024-03-04 01:52:36 +08:00
parent d93a301d97
commit fddea2fdf8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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",