mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
* use different cache * cache prisma client in rustfmt * cleanup prettier config * build server image in sub-action * server image + prisma client custom actions * remove lefthoook checks that are in ci * fix build-server-image * rename Clippy job * rename build core job * use custom rust caching action * fix rust cache shared key * cleanup custom action job names * remove platform check in clippy ci * setup pnpm in clippy ci * update mobile package name * make ios compiling conditional * use pnpm cache * run clippy in release * force use release for all jobs
Make sure to run pnpm i in this folder after making changes to the packages.
- Note: If you add/remove something from
packages/assetsfolder, you need to delete node_modules and runpnpm iagain to link it.