mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
ci: codesandbox install with npm (#46341)
* ci: codesandbox install with npm
* chore: use npm ci
* Revert "chore: use npm ci"
This reverts commit d24e2acafc
.
This commit is contained in:
parent
fbe3a39389
commit
792a0a4a0d
@ -1,4 +1,5 @@
|
||||
{
|
||||
"installCommand": "npm-install",
|
||||
"sandboxes": ["antd-reproduction-template-forked-jyh2k9"],
|
||||
"node": "18"
|
||||
}
|
||||
|
@ -98,7 +98,8 @@
|
||||
"test:update": "jest --config .jest.js --no-cache -u",
|
||||
"token-meta": "tsx scripts/generate-token-meta.ts",
|
||||
"tsc": "tsc --noEmit",
|
||||
"version": "tsx scripts/generate-version.ts"
|
||||
"version": "tsx scripts/generate-version.ts",
|
||||
"npm-install": "npm install"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,js,jsx}": "biome format --write",
|
||||
|
Loading…
Reference in New Issue
Block a user