setup: add custom task runner as an alternative to nx

This commit is contained in:
Abdullah Atta
2025-10-04 00:09:23 +05:00
parent 1ad1915fcc
commit c239f490b0
4 changed files with 224 additions and 2 deletions

View File

@@ -217,8 +217,7 @@ jobs:
working-directory: ./apps/desktop
- name: Build Electron wrapper
run: npx nx run release --project @notesnook/desktop
working-directory: ./apps/desktop
run: node scripts/execute.mjs @notesnook/desktop:release
- name: Build app
run: |