Skip to content

Commit

Permalink
chore: add devChrome target
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Jun 17, 2024
1 parent 0f07e02 commit 0be493b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ devFirefox: prepare
EXT_TARGET=firefox npx webpack-cli -wc ./webpack.config.js
devChromium: prepare
EXT_TARGET=chromium npx webpack-cli -wc ./webpack.config.js
devChrome: prepare
EXT_TARGET=chrome npx webpack-cli -wc ./webpack.config.js

devAndroidFirefox:
cd build/dev/firefox && npx web-ext run -t firefox-android --adb-device "${ADB_DEVICE_TO_DEBUG}" --firefox-apk org.mozilla.fenix
Expand Down

0 comments on commit 0be493b

Please sign in to comment.