chore: add script for running in Chrome

pull/145/head
dessant 4 years ago
parent b04dc7e4d7
commit 7fc0e96517

@ -23,8 +23,9 @@
"build:prod:zip:firefox": "cross-env TARGET_ENV=firefox yarn _build:prod:zip",
"build:prod:zip:opera": "cross-env TARGET_ENV=opera yarn _build:prod:zip",
"build:prod:zip:all": "run-s 'build:prod:zip:@(chrome|edge|firefox|opera)'",
"start": "web-ext run -s dist/firefox",
"start:android": "yarn start -t firefox-android",
"start:chrome": "web-ext run -s dist/chrome -t chromium",
"start:firefox": "web-ext run -s dist/firefox -t firefox-desktop",
"start:android": "web-ext run -s dist/firefox -t firefox-android",
"inspect": "cross-env NODE_ENV=production gulp inspect",
"update": "ncu --upgrade && yarn",
"push": "git push --follow-tags origin master",

Loading…
Cancel
Save