We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47ba37 commit 7e89cb9Copy full SHA for 7e89cb9
1 file changed
package.json
@@ -51,7 +51,8 @@
51
"setup:env": "node scripts/setup-env.mjs",
52
"setup:hooks": "git config core.hooksPath .githooks && git config push.followTags true && echo '✅ Git hooks and push.followTags configured'",
53
"setup": "pnpm setup:env && pnpm setup:hooks",
54
- "postinstall": "node scripts/setup-env.mjs && git config core.hooksPath .githooks && git config push.followTags true 2>/dev/null || true"
+ "postinstall": "pnpm dlx @socketsecurity/socket-patch apply --silent --ecosystems npm && node scripts/setup-env.mjs && git config core.hooksPath .githooks && git config push.followTags true 2>/dev/null || true",
55
+ "dependencies": "pnpm dlx @socketsecurity/socket-patch apply --silent --ecosystems npm"
56
},
57
"devDependencies": {
58
"@changesets/cli": "^2.27.0",
0 commit comments