ci: do not bootstrap after adding dmg-license

This commit is contained in:
Abdullah Atta
2023-06-10 12:05:47 +05:00
committed by Abdullah Atta
parent 3da4ced75b
commit 46e4ac127c
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ jobs:
run: |
npm i --ignore-scripts --prefer-offline --no-audit
npx lerna bootstrap --ignore=@notesnook/mobile -- --prefer-offline --no-audit
npx lerna add --scope=@notesnook/desktop --dev dmg-license
npx lerna add --no-bootstrap --scope=@notesnook/desktop --dev dmg-license
- name: Install provisioning profile
run: echo "${{ secrets.MAC_PROVISIONING_PROFILE }}" | base64 --decode > embedded.provisionprofile