Skip to content

Commit cd34205

Browse files
committed
1 parent be7b0ff commit cd34205

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"lint:all": "eslint .",
1919
"lint:fix": "eslint . --fix --cache",
2020
"lint:fix-all": "eslint . --fix",
21-
"translate": "npm run translate:chromium",
21+
"translate": "npm run translate",
2222
"translate:chrome": "npm run translate:chromium",
2323
"translate:chromium": "cd chromium && translate-messages",
2424
"bump": "node utils/bump/extension-manifests",
25-
"bump:ext": "node utils/bump/extension-manifests",
26-
"bump:ext-nc": "node utils/bump/extension-manifests --no-commit",
27-
"bump:ext-np": "node utils/bump/extension-manifests --no-push"
25+
"bump:ext": "npm run bump",
26+
"bump:ext-nc": "npm run bump -- --no-commit",
27+
"bump:ext-np": "npm run bump -- --no-push"
2828
},
2929
"devDependencies": {
3030
"@eslint/json": "^1.2.0",

0 commit comments

Comments
 (0)