Skip to content

Commit

Permalink
chore: remove default param
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 13, 2022
1 parent 7fc3a9b commit f364eb0
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 @@ -72,7 +72,7 @@
"build": "tsup && tsx scripts/postbuild.mts",
"dev": "pnpm run -C playground dev",
"test": "vitest",
"release": "bumpp --commit --push --tag && pnpm publish",
"release": "bumpp && pnpm publish",
"benchmark": "node benchmark/index.mjs",
"prepublishOnly": "pnpm run build"
},
Expand Down

1 comment on commit f364eb0

@vercel
Copy link

@vercel vercel bot commented on f364eb0 Jul 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.