Skip to content

Commit

Permalink
add npm install before all npm run generates' (#3442)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed May 17, 2021
1 parent 083aebc commit 6beb4eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions airbyte-cdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This document is a general introduction to the CDK. Readers should have basic fa
Generate an empty connector using the code generator. First clone the Airbyte repository then from the repository root run
```
cd airbyte-integrations/connector-templates/generator
npm install
npm run generate
```

Expand Down
1 change: 1 addition & 0 deletions airbyte-integrations/bases/base-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This document is a general introduction to the CDK. Readers should have basic fa
Generate an empty connector using the code generator. First clone the Airbyte repository then from the repository root run
```
cd airbyte-integrations/connector-templates/generator
npm install
npm run generate
```

Expand Down
1 change: 1 addition & 0 deletions docs/contributing-to-airbyte/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Generate an empty connector using the code generator. First clone the Airbyte re

```text
cd airbyte-integrations/connector-templates/generator
npm install
npm run generate
```

Expand Down

0 comments on commit 6beb4eb

Please sign in to comment.