Skip to content

Commit

Permalink
fix(cli): don't use publish as a script name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeisonline committed Jan 5, 2025
1 parent 171cd97 commit 712c283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsup",
"start": "node dist/index.js",
"version": "pnpm changeset version",
"publish": "pnpm build && changeset publish",
"release": "pnpm build && changeset publish",
"121:db:push": "pnpm --filter next-auth-template-one-to-one run db:push",
"121:db:studio": "pnpm --filter next-auth-template-one-to-one run db:studio",
"121:db:migrate": "pnpm --filter next-auth-template-one-to-one run db:migrate",
Expand Down

0 comments on commit 712c283

Please sign in to comment.