1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-18617] Revert Firefox back to build Mv2 (#13620)

* Revert changes to build Mv3 on Firefox.

* Revert script changes.
This commit is contained in:
Todd Martin
2025-02-28 10:14:36 -05:00
committed by GitHub
parent 43f5423e78
commit a4ff5436bf
2 changed files with 6 additions and 2 deletions

View File

@@ -200,10 +200,14 @@ jobs:
npm_command: "dist:edge"
archive_name: "dist-edge.zip"
artifact_name: "dist-edge-MV3"
- name: "firefox"
npm_command: "dist:firefox"
archive_name: "dist-firefox.zip"
artifact_name: "dist-firefox"
- name: "firefox-mv3"
npm_command: "dist:firefox:mv3"
archive_name: "dist-firefox.zip"
artifact_name: "dist-firefox-MV3"
artifact_name: "DO-NOT-USE-FOR-PROD-dist-firefox-MV3"
- name: "opera-mv3"
npm_command: "dist:opera:mv3"
archive_name: "dist-opera.zip"