Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Aug 11, 2024
1 parent 86a5290 commit 73b1786
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
Expand Up @@ -9,6 +9,7 @@
"check": "bun copy_to_dist && bun check_no_copy && del-cli dist",
"check_no_copy": "(bun biome check && web-ext lint -w --ignore-files \"./popup/vendors/*\") || (del-cli dist && exit 1)",
"lint": "bun biome check --write",
"format": "bun biome format --write",
"sas": "sass --update unpacked/popup",
"release": "release-it",
"publish": "gh workflow run publish.yml",
Expand Down Expand Up @@ -83,7 +84,7 @@
},
"hooks": {
"before:init": "bun check",
"after:bump": "bun b",
"after:bump": "bun format && bun b",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"git": {
Expand Down

0 comments on commit 73b1786

Please sign in to comment.