Skip to content

Commit 88fa17c

Browse files
committed
migrated build and run scripts to the package.json
1 parent c539266 commit 88fa17c

File tree

3 files changed

+5
-52
lines changed

3 files changed

+5
-52
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"scripts":{
3-
"build": "web-ext build -s ./src",
4-
"start:firefoxdeveloper": "web-ext run -s ./src -f firefoxdeveloperedition -u https://en.wikipedia.org/wiki/Special:Random --bc",
5-
"start:waveboxwin": "web-ext run -s ./src -t chromium --chromium-binary %localappdata%/WaveboxApp/Application/wavebox.exe",
6-
"start:androidwin11": "adb connect 127.0.0.1:58526 && web-ext run -s ./src -t firefox-android --adb-device 127.0.0.1:58526 --firefox-apk org.mozilla.fenix"
3+
"build": "web-ext build",
4+
"start:firefoxdeveloper": "web-ext run -f firefoxdeveloperedition -u https://en.wikipedia.org/wiki/Special:Random --bc",
5+
"start:chromedevwin": "web-ext run -t chromium --chromium-binary \"C:\\Program Files\\Google\\Chrome Dev\\Application\\chrome.exe\" -u https://en.wikipedia.org/wiki/Special:Random --bc",
6+
"start:waveboxwin": "web-ext run -t chromium --chromium-binary %localappdata%/WaveboxApp/Application/wavebox.exe",
7+
"start:androidwin11": "adb connect 127.0.0.1:58526 && web-ext run -t firefox-android --adb-device 127.0.0.1:58526 --firefox-apk org.mozilla.fenix"
78
},
89
"devDependencies": {
910
"web-ext": "^6.7.0"

0 commit comments

Comments
 (0)