1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

fixing the npm scripts

This commit is contained in:
Joseph Flinn 2020-12-22 17:44:53 +00:00
parent 17d33ba288
commit a6b2112e22

View File

@ -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