Skip to content

Commit 17cb89f

Browse files
nhnt11-bflclaude
andcommitted
Add postinstall script for Vercel React best practices skill
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 657e0cc commit 17cb89f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"build": "astro build",
77
"preview": "astro preview",
88
"test": "vitest",
9-
"test:run": "vitest run"
9+
"test:run": "vitest run",
10+
"postinstall": "npx skills add vercel-labs/agent-skills --skill vercel-react-best-practices"
1011
},
1112
"dependencies": {
1213
"@astrojs/node": "^9.5.2",

0 commit comments

Comments
 (0)