Skip to content

Commit 3ae0c86

Browse files
committed
chore(ci): add qraft to npm scopes configuration
1 parent 94c3d11 commit 3ae0c86

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
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

PUBLISH_HOW_TO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Add NPM Auth Token into `~/.yarnrc.yml`:
5656
```bash
5757
yarn 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

0 commit comments

Comments
 (0)