-
Notifications
You must be signed in to change notification settings - Fork 557
Closed
Description
#65 has instructions for a local install from git, however this is inconvenient for CI/CD processes as we need to download and build a dependency which results in longer build times, and increased complexity.
NPM supports installs from github via npm install kubernetes-client/javascript
, however the current directory structure prevents this from working.
To solve these issues:
- flatten the project structure so
package.json
is in the root of the repo - stick to one project per repo, if there is a jquery client in the future it should have it's own repo
edvald
Metadata
Metadata
Assignees
Labels
No labels