<a href="https://www.npmjs.com/package/@nx-extend/gcp-storage" rel="nofollow"> <img src="https://badgen.net/npm/v/@nx-extend/gcp-storage" alt="@nx-extend/gcp-storage NPM package"> </a>
npm install @nx-extend/gcp-task-runnerNx plugin to use Cloud Storage as remote cache.
``sh`
npm install -D @nx/gcs-cache@npm:@nx-extend/gcp-task-runner@
Update your nx.json with the following
`json`
{
"gcs": {
"bucket": "your-bucket"
}
}
The task runner uses @google-cloud/storage which in turn is capable of using the env variable GOOGLE_APPLICATION_CREDENTIALS`.