diff --git a/package.json b/package.json index 7d5861d0..e5cbb335 100644 --- a/package.json +++ b/package.json @@ -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",