1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 01:53:23 +00:00

Use ope identity

This commit is contained in:
Anders Åberg
2025-02-18 09:34:52 +01:00
parent cdd23e2196
commit 9eea02da00
2 changed files with 2 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ async function run(context) {
);
if (context.targets.some((e) => e.name === "mas-dev")) {
deepAssign(masBuildOptions, {
type: "development"
type: "development",
});
}
if (context.packager.packagerOptions.prepackaged == null) {