mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-12 23:23:31 -06:00
🐛 fixed unnecessary permission requests
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -66,6 +66,10 @@ jobs:
|
||||
- name: Build the extension
|
||||
run: npm run build && npm run build:firefox
|
||||
|
||||
# patch for plasmo bug
|
||||
- name: remove unused permissions
|
||||
run: npm run remove-permissions
|
||||
|
||||
- name: Package the extension into a zip artifact
|
||||
run: npm run package && npm run package:firefox
|
||||
|
||||
|
Reference in New Issue
Block a user