File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3838 - name : Set token in .yarnrc.yml
3939 run : |
4040 yarn config set 'npmScopes["openapi-qraft"]' --home --json '{"npmAlwaysAuth":true,"npmAuthToken":"${NPM_TOKEN}"}'
41+ yarn config set 'npmScopes["qraft"]' --home --json '{"npmAlwaysAuth":true,"npmAuthToken":"${NPM_TOKEN}"}'
4142 env :
4243 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
4344
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ Add NPM Auth Token into `~/.yarnrc.yml`:
5656```bash
5757yarn config set ' npmScopes[" openapi-qraft" ]' --home \
5858 --json ' {" npmAuthToken" :" npm_YOUR_TOKEN" , " npmAlwaysAuth" :true}'
59+ yarn config set ' npmScopes[" qraft" ]' --home \
60+ --json ' {" npmAuthToken" :" npm_YOUR_TOKEN" , " npmAlwaysAuth" :true}'
5961```
6062
6163> 📍 **Place** `.yarnrc.yml` file in the directory above the application directory
You can’t perform that action at this time.
0 commit comments