spacedrive/apps/mobile
Brendan Allan 162f3d7782
Improve CI Speed (#398)
* 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
2022-10-04 18:45:54 -07:00
..
android Rustify mobile (#361) 2022-08-29 04:59:09 -07:00
ios Improve CI Speed (#398) 2022-10-04 18:45:54 -07:00
rust Improve CI Speed (#398) 2022-10-04 18:45:54 -07:00
src Rename Files to Objects (#396) 2022-10-04 09:16:49 -07:00
.buckconfig Mobile app (#352) 2022-08-08 20:29:14 -07:00
.eslintrc.js Fix types - Mobile 2022-08-11 12:22:58 +03:00
.gitattributes Mobile app (#352) 2022-08-08 20:29:14 -07:00
.gitignore Mobile app (#352) 2022-08-08 20:29:14 -07:00
.npmrc Mobile app (#352) 2022-08-08 20:29:14 -07:00
app.json Mobile app (#352) 2022-08-08 20:29:14 -07:00
babel.config.js Change relative path to ~ 2022-09-05 00:30:34 +03:00
index.js Mobile app (#352) 2022-08-08 20:29:14 -07:00
metro.config.js Rustify mobile (#361) 2022-08-29 04:59:09 -07:00
package.json Update rspc to 0.0.6 2022-09-07 11:55:37 +03:00
pnpm-lock.yaml Update rspc to 0.0.6 2022-09-07 11:55:37 +03:00
pnpm-workspace.yaml Mobile app (#352) 2022-08-08 20:29:14 -07:00
README.md Rustify mobile (#361) 2022-08-29 04:59:09 -07:00
tailwind.config.js Mobile app (#352) 2022-08-08 20:29:14 -07:00
tsconfig.json Change relative path to ~ 2022-09-05 00:30:34 +03:00

Make sure to run pnpm i in this folder after making changes to the packages.

  • Note: If you add/remove something from packages/assets folder, you need to delete node_modules and run pnpm i again to link it.