chore(desktop): switch from yarn to pnpm

This commit is contained in:
kolaente 2024-04-21 21:03:57 +02:00
parent 1f6a1f8ad4
commit 324df991ce
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
4 changed files with 2377 additions and 2037 deletions

View File

@ -1,9 +0,0 @@
{ pkgs ? import <nixpkgs> {}
}:
pkgs.mkShell {
name="electron-dev";
buildInputs = [
pkgs.electron
];
}

2375
desktop/pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,8 @@
nodePackages.pnpm cypress
# API tools
go golangci-lint mage
# Desktop
electron
];
};
};