Skip to content

Commit

Permalink
Added bump:manifests script for flexibility
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Dec 6, 2024
1 parent 9ce02cd commit 1e8644f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix",
"bump": "bash utils/bump.sh",
"bump:manifests": "bash utils/bump.sh",
"bump:chrome": "bash utils/bump.sh --chrome",
"bump:chromium": "bash utils/bump.sh --chrome",
"bump:ff": "bash utils/bump.sh --ff",
Expand Down

0 comments on commit 1e8644f

Please sign in to comment.