1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-01 09:13:54 +00:00

Use development build flag in Build Desktop

This commit is contained in:
neuronull
2025-11-26 13:57:26 -07:00
parent 598bb0b0d7
commit f4a678976e

View File

@@ -572,7 +572,7 @@ jobs:
run: node build.js cross-platform
- name: Build
run: npm run build
run: npm run build:dev
- name: Pack
if: ${{ needs.setup.outputs.has_secrets == 'false' }}
@@ -835,7 +835,7 @@ jobs:
run: node build.js cross-platform
- name: Build
run: npm run build
run: npm run build:dev
- name: Pack
if: ${{ needs.setup.outputs.has_secrets == 'false' }}
@@ -1190,7 +1190,7 @@ jobs:
run: node build.js cross-platform
- name: Build application (dev)
run: npm run build
run: npm run build:dev
browser-build:
name: Browser Build
@@ -1412,7 +1412,7 @@ jobs:
- name: Build
if: steps.build-cache.outputs.cache-hit != 'true'
run: npm run build
run: npm run build:dev
- name: Download Browser artifact
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
@@ -1692,7 +1692,7 @@ jobs:
- name: Build
if: steps.build-cache.outputs.cache-hit != 'true'
run: npm run build
run: npm run build:dev
- name: Download Browser artifact
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0