Skip to content

Commit

Permalink
release.sh: replace manual call to addons-linter with npm indirection
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed Apr 28, 2024
1 parent 4a9b47c commit add47be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ npm run test-chrome
npm run build

# lint firefox add-on to make sure we'll be able to publish it
"$(npm bin)/addons-linter" target/xpi/firefox-latest.xpi
npm run lint

# Prepare commit message
COMMIT_TEMPLATE="/tmp/firenvim_release_message"
Expand Down

0 comments on commit add47be

Please sign in to comment.