Skip to content

Commit

Permalink
chore: modify release
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Aug 20, 2023
1 parent 41f1483 commit 35aa451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"assets": ["build/*.xpi"]
},
"hooks": {
"before:init": "npm run lint",
"after:bump": "npm run build",
"before:init": "pnpm run lint",
"after:bump": "pnpm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
}

0 comments on commit 35aa451

Please sign in to comment.