Skip to content

Commit e795809

Browse files
committed
Added manifest bump script aliases ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
1 parent aa0eeb5 commit e795809

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222
"lint:all": "eslint .",
2323
"lint:fix": "eslint . --fix --cache",
2424
"lint:fix-all": "eslint . --fix",
25-
"bump": "bash utils/bump.sh"
25+
"bump": "bash utils/bump.sh",
26+
"bump:ext": "bash utils/bump.sh",
27+
"bump:extension": "bash utils/bump.sh",
28+
"bump:extensions": "bash utils/bump.sh",
29+
"bump:manifest": "bash utils/bump.sh",
30+
"bump:manifests": "bash utils/bump.sh"
2631
},
2732
"devDependencies": {
2833
"@eslint/json": "^0.8.0",

0 commit comments

Comments
 (0)