Skip to content

Commit

Permalink
🐛 chore: update npm script to use npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyoudiao committed Aug 25, 2024
1 parent e9615fb commit c65f49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"release": false
},
"hooks": {
"before:git:bump": "yarn changelog"
"before:git:bump": "npm run changelog"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@http-status-codes/i18n",
"version": "0.0.1",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"check": "nx affected -t lint test build",
Expand Down

0 comments on commit c65f49d

Please sign in to comment.