mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fixing the npm scripts
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -41,10 +41,10 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Setup sub-module
|
- name: Setup sub-module
|
||||||
run: npm sub:init
|
run: npm run sub:init
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm dist
|
run: npm run dist
|
||||||
|
|
||||||
- name: Zip
|
- name: Zip
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user