mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +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
|
||||
|
||||
- name: Setup sub-module
|
||||
run: npm sub:init
|
||||
run: npm run sub:init
|
||||
|
||||
- name: Build
|
||||
run: npm dist
|
||||
run: npm run dist
|
||||
|
||||
- name: Zip
|
||||
shell: cmd
|
||||
|
||||
Reference in New Issue
Block a user