Skip to content

Commit

Permalink
chore: fix typo in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Apr 16, 2024
1 parent 1f6730b commit 8743e2e
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 @@ -27,7 +27,7 @@
"build": "npm run compile",
"prebenchmark": "npm run build",
"benchmark": "node benchmarks/index.js",
"release": "realease-it",
"release": "release-it",
"version": "npm run build",
"format": "prettier --write .",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 8743e2e

Please sign in to comment.