mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Modify Edge and Opera artifacts to build Mv3 - Part 1 (#12674)
* Modify Edge and Chrome artifacts to build Mv3 version to mimic Chrome * Added back the Mv3 scripts so that workflows run on the PR will pass
This commit is contained in:
12
.github/workflows/build-browser.yml
vendored
12
.github/workflows/build-browser.yml
vendored
@@ -196,11 +196,7 @@ jobs:
|
|||||||
- name: "edge"
|
- name: "edge"
|
||||||
npm_command: "dist:edge"
|
npm_command: "dist:edge"
|
||||||
archive_name: "dist-edge.zip"
|
archive_name: "dist-edge.zip"
|
||||||
artifact_name: "dist-edge"
|
artifact_name: "dist-edge-MV3"
|
||||||
- name: "edge-mv3"
|
|
||||||
npm_command: "dist:edge:mv3"
|
|
||||||
archive_name: "dist-edge.zip"
|
|
||||||
artifact_name: "DO-NOT-USE-FOR-PROD-dist-edge-MV3"
|
|
||||||
- name: "firefox"
|
- name: "firefox"
|
||||||
npm_command: "dist:firefox"
|
npm_command: "dist:firefox"
|
||||||
archive_name: "dist-firefox.zip"
|
archive_name: "dist-firefox.zip"
|
||||||
@@ -212,11 +208,7 @@ jobs:
|
|||||||
- name: "opera"
|
- name: "opera"
|
||||||
npm_command: "dist:opera"
|
npm_command: "dist:opera"
|
||||||
archive_name: "dist-opera.zip"
|
archive_name: "dist-opera.zip"
|
||||||
artifact_name: "dist-opera"
|
artifact_name: "dist-opera-MV3"
|
||||||
- name: "opera-mv3"
|
|
||||||
npm_command: "dist:opera:mv3"
|
|
||||||
archive_name: "dist-opera.zip"
|
|
||||||
artifact_name: "DO-NOT-USE-FOR-PROD-dist-opera-MV3"
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repo
|
- name: Check out repo
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:chrome",
|
"build": "npm run build:chrome",
|
||||||
"build:chrome": "cross-env BROWSER=chrome MANIFEST_VERSION=3 webpack",
|
"build:chrome": "cross-env BROWSER=chrome MANIFEST_VERSION=3 webpack",
|
||||||
"build:edge": "cross-env BROWSER=edge webpack",
|
"build:edge": "cross-env BROWSER=edge MANIFEST_VERSION=3 webpack",
|
||||||
"build:firefox": "cross-env BROWSER=firefox webpack",
|
"build:firefox": "cross-env BROWSER=firefox webpack",
|
||||||
"build:opera": "cross-env BROWSER=opera webpack",
|
"build:opera": "cross-env BROWSER=opera MANIFEST_VERSION=3 webpack",
|
||||||
"build:safari": "cross-env BROWSER=safari webpack",
|
"build:safari": "cross-env BROWSER=safari webpack",
|
||||||
"build:watch": "npm run build:watch:chrome",
|
"build:watch": "npm run build:watch:chrome",
|
||||||
"build:watch:chrome": "npm run build:chrome -- --watch",
|
"build:watch:chrome": "npm run build:chrome -- --watch",
|
||||||
|
|||||||
Reference in New Issue
Block a user