Skip to content

Commit

Permalink
🤓 Make genversion faster with bun
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot committed Apr 8, 2024
1 parent 9ab79fe commit 3c966e9
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 @@ -41,7 +41,7 @@
"update-deps": "sh ./scripts/pre-commit.sh",
"pre-commit": "npm run update-deps",
"prepare": "husky install",
"version": "npx genversion --es6 src/logger/package-version.ts && git add src/logger/package-version.ts",
"version": "bunx genversion --es6 src/logger/package-version.ts && git add src/logger/package-version.ts",
"postversion": "git push --follow-tags",
"prepublishOnly": "npm run build",
"doc": "typedoc"
Expand Down

0 comments on commit 3c966e9

Please sign in to comment.