Skip to content

Commit

Permalink
👷 rename send script to ship
Browse files Browse the repository at this point in the history
  • Loading branch information
krispya committed Nov 3, 2024
1 parent 2f28b5a commit 0edf647
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 @@ -5,7 +5,7 @@
"scripts": {
"app": "npx tsx ./scripts/app.ts",
"sim": "npx tsx ./scripts/sim.ts",
"send": "pnpm -F koota build && pnpm -F koota publish",
"ship": "pnpm -F koota build && pnpm -F koota publish",
"prepublish": "pnpm -F koota build"
},
"dependencies": {
Expand Down

0 comments on commit 0edf647

Please sign in to comment.