ci: codesandbox install with npm

This commit is contained in:
MadCcc 2023-12-08 17:42:29 +08:00
parent fbe3a39389
commit 6a924a9baa
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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",