chore: use npm ci

This commit is contained in:
MadCcc 2023-12-08 17:47:37 +08:00
parent 6a924a9baa
commit d24e2acafc
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"installCommand": "npm-install", "installCommand": "ci",
"sandboxes": ["antd-reproduction-template-forked-jyh2k9"], "sandboxes": ["antd-reproduction-template-forked-jyh2k9"],
"node": "18" "node": "18"
} }

View File

@ -99,7 +99,7 @@
"token-meta": "tsx scripts/generate-token-meta.ts", "token-meta": "tsx scripts/generate-token-meta.ts",
"tsc": "tsc --noEmit", "tsc": "tsc --noEmit",
"version": "tsx scripts/generate-version.ts", "version": "tsx scripts/generate-version.ts",
"npm-install": "npm install" "ci": "npm ci"
}, },
"lint-staged": { "lint-staged": {
"*.{ts,tsx,js,jsx}": "biome format --write", "*.{ts,tsx,js,jsx}": "biome format --write",