Skip to content

Commit

Permalink
chore: Build before release, so re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Mar 8, 2024
1 parent bc33dc3 commit 6225778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kineticcafe/result",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"description": "A Result type loosely based on Rust Result",
"author": "Kinetic Commerce & contributors",
"homepage": "https://github.com/KineticCafe/result#readme",
Expand Down Expand Up @@ -36,6 +36,7 @@
"check:fix": "biome check --apply .",
"format": "biome format --write .",
"format:check": "biome format .",
"prepack": "pnpm build",
"lint": "biome lint .",
"test": "vitest",
"test:coverage": "vitest --coverage",
Expand Down

0 comments on commit 6225778

Please sign in to comment.