experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(extension): add package script for Mozilla Addons submission

+1
+1
package.json
··· 121 121 "test:extension:browser:visible": "HEADLESS=0 BROWSER=chrome npx playwright test tests/extension/ --project=extension-chrome --headed", 122 122 "extension:chrome": "backend/extension/scripts/launch-chrome.sh", 123 123 "extension:firefox": "web-ext run --source-dir backend/extension --firefox-profile /tmp/peek-firefox-profile --keep-profile-changes --no-reload", 124 + "extension:package:firefox": "web-ext build --source-dir backend/extension --artifacts-dir out/extension --overwrite-dest --ignore-files 'tests/*' 'scripts/*'", 124 125 "//-- Packaged Electron --//": "", 125 126 "kill:packaged": "pkill -f 'out/mac-arm64/Peek.app' || true", 126 127 "kill:prod": "pkill -f '/Applications/Peek.app' || true",