mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Make web-ext run in chrome
This commit is contained in:
parent
4125f1ba59
commit
f642335dd3
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue