File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ runfa:
59
59
./node_modules/.bin/web-ext run -s src/ --target firefox-android --adb-bin $$ ADB_BIN --android-device $$ ANDROID_DEVICE_ID --firefox-apk org.mozilla.firefox --verbose
60
60
61
61
runff :
62
- ./node_modules/.bin/web-ext run --devtools -- start-url " about:debugging#/runtime/this-firefox" -s src/
62
+ ./node_modules/.bin/web-ext run --start-url " about:debugging#/runtime/this-firefox" -s src/
63
63
64
64
runfn :
65
- ./node_modules/.bin/web-ext run --devtools -- start-url " about:debugging#/runtime/this-firefox" -s src/ -f nightly
65
+ ./node_modules/.bin/web-ext run --start-url " about:debugging#/runtime/this-firefox" -s src/ -f nightly
66
66
67
67
test :
68
68
BROWSER=chrome ENABLE_XVFB=1 pytest -s tests/
You can’t perform that action at this time.
0 commit comments