mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
ci: do not bootstrap after adding dmg-license
This commit is contained in:
committed by
Abdullah Atta
parent
3da4ced75b
commit
46e4ac127c
2
.github/workflows/desktop.publish.yml
vendored
2
.github/workflows/desktop.publish.yml
vendored
@@ -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
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
"useNx": true,
|
||||
"useWorkspaces": false,
|
||||
"version": "independent",
|
||||
"packages": ["packages/*", "apps/*", "extensions/*", "apps/web/desktop"]
|
||||
"packages": ["packages/*", "apps/*", "extensions/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user