🚜 add build command for firefox

This commit is contained in:
kawamataryo 2023-05-24 05:49:13 +09:00
parent aa5b1d9be3
commit 1c83ae1145

View File

@ -7,7 +7,9 @@
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
"build:firefox": "plasmo build --target=firefox-mv3",
"package": "plasmo package",
"package:firefox": "plasmo package --target=firefox-mv3"
},
"dependencies": {
"@atproto/api": "^0.3.3",
@ -34,7 +36,12 @@
"host_permissions": [
"https://bsky.social/*",
"https://twitter.com/*"
]
],
"browser_specific_settings": {
"gecko": {
"id": "sky-follower-bridge@ryo.kawamata"
}
}
},
"volta": {
"node": "16.20.0"