mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
changing package command
This commit is contained in:
parent
757c3f6208
commit
079fd7dc82
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -67,13 +67,13 @@ jobs:
|
|||||||
run: npm run clean
|
run: npm run clean
|
||||||
|
|
||||||
- name: Package Windows
|
- name: Package Windows
|
||||||
run: pkg . --targets win-x64 --output ./dist/windows/bw.exe
|
run: npm run package:win #pkg . --targets win-x64 --output ./dist/windows/bw.exe
|
||||||
|
|
||||||
- name: Package Mac
|
- name: Package Mac
|
||||||
run: pkg . --targets macos-x64 --output ./dist/macos/bw
|
run: npm run package:mac #pkg . --targets macos-x64 --output ./dist/macos/bw
|
||||||
|
|
||||||
- name: Package Linux
|
- name: Package Linux
|
||||||
run: pkg . --targets linux-x64 --output ./dist/linux/bw
|
run: npm run package:lin #pkg . --targets linux-x64 --output ./dist/linux/bw
|
||||||
|
|
||||||
- name: Zip
|
- name: Zip
|
||||||
shell: cmd
|
shell: cmd
|
||||||
@ -164,6 +164,7 @@ jobs:
|
|||||||
.\scripts\choco-update.ps1 -version $env:PACKAGE_VERSION
|
.\scripts\choco-update.ps1 -version $env:PACKAGE_VERSION
|
||||||
|
|
||||||
|
|
||||||
|
# This process seems independent from the others
|
||||||
publish_snap:
|
publish_snap:
|
||||||
name: Publish Snap
|
name: Publish Snap
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -218,6 +219,7 @@ jobs:
|
|||||||
run: snapcraft logout
|
run: snapcraft logout
|
||||||
|
|
||||||
|
|
||||||
|
# This job is independent: it reruns 'npm run build:prod'
|
||||||
publish_npm:
|
publish_npm:
|
||||||
name: Publish NPM
|
name: Publish NPM
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user