mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06: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"],
|
"sandboxes": ["antd-reproduction-template-forked-jyh2k9"],
|
||||||
"node": "18"
|
"node": "18"
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user