Skip to content

Commit 464eac0

Browse files
committed
fix: rename npm_cmd task to npm_execute in nextjs-shadcn template
1 parent 2b57e89 commit 464eac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nextjs-shadcn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"depends": ["app_name"]
2020
},
2121
{
22-
"task": "npm_cmd",
22+
"task": "npm_execute",
2323
"commands": ["shadcn@latest init", "shadcn@latest add button"],
2424
"package_manager": "auto"
2525
},

0 commit comments

Comments
 (0)