File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments