build test

This commit is contained in:
lutinglt
2025-12-02 14:37:32 +08:00
parent 86e488aafb
commit 76e547987b
3 changed files with 56 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
"format": "prettier --write .",
"commit": "npm run lint && npm run format && npm run build",
"version": "node scripts/version.cjs",
"install:clean": "npm cache clean --force && rm -rf node_modules package-lock.json && npm install"
"install:clean": "npm cache clean --force && rm -rf node_modules package-lock.json && npm install",
"tr": "node scripts/translate.ts"
},
"devDependencies": {
"@babel/preset-typescript": "^7.28.4",