ant-design/.codesandbox/ci.json
MadCcc 792a0a4a0d
ci: codesandbox install with npm (#46341)
* ci: codesandbox install with npm

* chore: use npm ci

* Revert "chore: use npm ci"

This reverts commit d24e2acafc2765a00e4e443e6f764ac9de9d1db6.
2023-12-08 17:56:33 +08:00

6 lines
115 B
JSON

{
"installCommand": "npm-install",
"sandboxes": ["antd-reproduction-template-forked-jyh2k9"],
"node": "18"
}