mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
fixing the npm scripts
This commit is contained in:
parent
17d33ba288
commit
a6b2112e22
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
|
||||
|
Loading…
Reference in New Issue
Block a user