chore: clean up; update CI node; update vscode ext; fix lint

This commit is contained in:
Simon
2025-12-08 17:18:54 +08:00
parent 32c17627e9
commit d0836fd788
6 changed files with 5 additions and 6 deletions

View File

@@ -21,10 +21,9 @@
"npm": ">=10.0.0"
},
"scripts": {
"dev": "npm run dev --workspace=@page-agent/website",
"start": "npm run dev --workspace=@page-agent/website",
"build": "npm run build --workspaces --if-present",
"build:lib": "npm run build --workspace=page-agent",
"build:lib": "npm run build:lib --workspace=page-agent",
"version": "node scripts/sync-version.js",
"lint": "eslint .",
"prepare": "husky"