diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 16798ee955..8628839580 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,5 @@ { - "installCommand": "npm-install", + "installCommand": "ci", "sandboxes": ["antd-reproduction-template-forked-jyh2k9"], "node": "18" } diff --git a/package.json b/package.json index cd6901afd5..f4fd15de72 100644 --- a/package.json +++ b/package.json @@ -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",