-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Isaiah Hall
committed
Aug 5, 2024
1 parent
0de2971
commit 6f6be0b
Showing
4 changed files
with
24 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
# This is a script for accessing the remote cache for Turbo build. | ||
# Turbo Build Script | ||
|
||
## Set the following environment variables to access the remote cache for turbo build | ||
This script is designed to handle the execution of Turborepo builds, using the remote cache when env variables are present. | ||
|
||
``` | ||
AWS_JS3_TURBO_CACHE_API_SECRET | ||
## Prerequisites | ||
|
||
Before running this script, ensure that you have installed dependencies with `yarn`. | ||
|
||
## Environment Variables | ||
|
||
To access the remote cache for Turborepo builds, you need to set the following environment variables: | ||
|
||
AWS_JS3_TURBO_CACHE_API_ENDPOINT | ||
- `AWS_JSV3_TURBO_CACHE_API_SECRET`: The API secret for authenticating with the remote cache. | ||
- `AWS_JSV3_TURBO_CACHE_API_ENDPOINT`: The API endpoint for the remote cache. | ||
|
||
## Usage | ||
|
||
To run the Turborepo build, execute the following command: | ||
|
||
``` | ||
node ./scripts/turbo build <Optional Turborepo Args> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.