Skip to content

Commit

Permalink
snap版firefoxではweb-ext runが実行できないので暫定対処
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihane committed Jan 21, 2023
1 parent 1d374df commit 3994e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "ts-node -T build.ts --firefox --chrome",
"build:firefox": "ts-node -T build.ts --firefox",
"build:chrome": "ts-node -T build.ts --chrome",
"run:firefox": "web-ext run -s dist-firefox",
"run:firefox": "web-ext run -s dist-firefox --firefox=/home/yuki/opt/firefox/firefox",
"run:chrome": "web-ext run -s dist-chrome -t chromium",
"package:firefox": "web-ext build -s dist-firefox --overwrite-dest",
"lint": "eslint --max-warnings=0 . && prettier --check .",
Expand Down

0 comments on commit 3994e62

Please sign in to comment.