diff --git a/package.json b/package.json index dd5d6f9f97d3..18649668d6fa 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "types": "./index.d.ts", "scripts": { "changelog": "git cliff --output CHANGELOG.md", - "prepare": "husky install && git config feature.manyFiles true && node ./crates/swc_ecma_preset_env/scripts/copy-data.js", + "setup": "husky install && git config feature.manyFiles true && node ./crates/swc_ecma_preset_env/scripts/copy-data.js", "postinstall": "node postinstall.js", "artifacts": "napi artifacts --dist scripts/npm", "prepublishOnly": "tsc -d && napi prepublish -p scripts/npm --tagstyle npm",