Skip to content

Commit

Permalink
fix: standard-version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Aug 6, 2024
1 parent 4e362a0 commit 919d071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"start:firefox": "web-ext run --source-dir ./firefox/",
"debug:firefox": "web-ext run --devtools --source-dir ./firefox/",
"build:firefox": "web-ext build --overwrite-dest --source-dir ./firefox/ --filename firefox.zip",
"bump-test": "yarn run standard-version --dry-run --no-verify",
"bump": "npm run standard-version --no-verify"
"bump-test": "standard-version --dry-run --no-verify",
"bump": "standard-version --no-verify"
},
"devDependencies": {
"standard-version": "^9.5.0",
Expand Down

0 comments on commit 919d071

Please sign in to comment.