Dekstop -> desktop.
This commit is contained in:
parent
275f4bdb46
commit
fdb9b0e711
|
@ -55,7 +55,7 @@ clear = true
|
||||||
command = "pnpm"
|
command = "pnpm"
|
||||||
# Set --target explicitly, since web-ext for some reason doesn't use the target
|
# Set --target explicitly, since web-ext for some reason doesn't use the target
|
||||||
# set in the configuration file. https://github.com/mozilla/web-ext/issues/1862
|
# set in the configuration file. https://github.com/mozilla/web-ext/issues/1862
|
||||||
env = { TARGET = { source = "${BROWSER}", default_value = "${BROWSER}", mapping = { "firefox" = "firefox-dekstop" } } }
|
env = { TARGET = { source = "${BROWSER}", default_value = "${BROWSER}", mapping = { "firefox" = "firefox-desktop" } } }
|
||||||
args = ["web-ext", "run", "--target=${TARGET}", "--config=build/web-ext-${BROWSER}.json"]
|
args = ["web-ext", "run", "--target=${TARGET}", "--config=build/web-ext-${BROWSER}.json"]
|
||||||
|
|
||||||
# Alias for `WATCH=true makers build`.
|
# Alias for `WATCH=true makers build`.
|
||||||
|
|
Loading…
Reference in New Issue