We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5606a46 commit d2c1230Copy full SHA for d2c1230
.circleci/config.yml
@@ -90,7 +90,7 @@ workflows:
90
branches:
91
only:
92
- dev
93
- - CORE-40
+ - feature/tsjr-365-remove-auth-get-skills
94
95
- "build-qa":
96
context: org-global
.nvmrc
@@ -0,0 +1 @@
1
+18.19.0
README.md
@@ -105,6 +105,10 @@ You can find sample `.env` files inside the `/docs` directory.
105
1. 📦 Install npm dependencies
106
107
```bash
108
+ # export the production AWS credentials to access the topcoder-framework private repos in AWS codeartifact
109
+ aws codeartifact login --tool npm --repository topcoder-framework --domain topcoder --domain-owner 409275337247 --region us-east-1 --namespace @topcoder-framework
110
+
111
+ # install dependencies
112
yarn install
113
```
114
0 commit comments