Skip to content

Commit d2c1230

Browse files
author
Aranyajit
committed
Deploy from feature and documentation changes
1 parent 5606a46 commit d2c1230

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ workflows:
9090
branches:
9191
only:
9292
- dev
93-
- CORE-40
93+
- feature/tsjr-365-remove-auth-get-skills
9494

9595
- "build-qa":
9696
context: org-global

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.19.0

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ You can find sample `.env` files inside the `/docs` directory.
105105
1. 📦 Install npm dependencies
106106

107107
```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
108112
yarn install
109113
```
110114

0 commit comments

Comments
 (0)