Make web-ext run in chrome

This commit is contained in:
Oliver Blanthorn 2019-10-24 17:11:04 +01:00
parent 4125f1ba59
commit f642335dd3
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -51,7 +51,7 @@
},
"scripts": {
"build": "sh scripts/build.sh",
"run": "web-ext run -s build/ -u 'txti.es'",
"run": "web-ext run -t chromium -s build/ -u 'txti.es'",
"forrest-run": "yarn run run",
"watch": "echo 'watch is broken, use build instead'; exit 0;",
"clean": "rm -rf build generated",