@runx/nx-runners
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@runx/nx-nx-runners

Attention is required! This project is not an official Nx Cloud service. This is an open-source alternative.

@runx/nx-nx-runners is a set of nx-runners for Nx projects.

Now available 1 runner for caching build artifacts with S3 @runx/nx-nx-runners/s3

@runx/nx-nx-runners/s3

Configuring the S3 runner

The runner is configured in nx.json. Available all options of default runner configuration.

{
  "tasksRunnerOptions": {
    "default": {
      "runner": "@runx/nx-runners/s3",
      "options": {
        "cacheableOperations": ["build", "lint", "test", "e2e"]
      }
    }
  }
}

Connection is configured using the s3 option

{
  "tasksRunnerOptions": {
    "default": {
      "runner": "@runx/nx-runners/s3",
      "options": {
        "cacheableOperations": ["build", "lint", "test", "e2e"],
        "s3": {
          "endpoint": "http://192.168.1.4:9000",
          "accessKeyId": "accessKeyId",
          "secretAccessKey": "secretAccessKey",
          "bucket": "bucket"
        }
      }
    }
  }
}

Package Sidebar

Install

npm i @runx/nx-runners

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

64 kB

Total Files

88

Last publish

Collaborators

  • defenderbass