mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
chore: use npm ci
This commit is contained in:
parent
6a924a9baa
commit
d24e2acafc
@ -1,5 +1,5 @@
|
||||
{
|
||||
"installCommand": "npm-install",
|
||||
"installCommand": "ci",
|
||||
"sandboxes": ["antd-reproduction-template-forked-jyh2k9"],
|
||||
"node": "18"
|
||||
}
|
||||
|
@ -99,7 +99,7 @@
|
||||
"token-meta": "tsx scripts/generate-token-meta.ts",
|
||||
"tsc": "tsc --noEmit",
|
||||
"version": "tsx scripts/generate-version.ts",
|
||||
"npm-install": "npm install"
|
||||
"ci": "npm ci"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,js,jsx}": "biome format --write",
|
||||
|
Loading…
Reference in New Issue
Block a user