You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,15 @@ After that run to install pnpm with proper version:
85
85
corepack enable pnpm
86
86
```
87
87
88
+
### Turborepo
89
+
90
+
This repository uses [Turborepo](https://turbo.build/) remote caching. If you are Saleor employee you can leverage it by running following commands in root of this repository:
91
+
92
+
```shell
93
+
pnpm dlx turbo login
94
+
pnpm dlx turbo link
95
+
```
96
+
88
97
## ADR
89
98
90
99
This repository uses [architecture decision records](https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions) to document architectural decisions. You can find them in the `docs/adr` directory.
0 commit comments