Skip to content

Commit

Permalink
Fix yarn configs
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiyaKobayashi committed Aug 26, 2024
1 parent 31045b3 commit 86cb2ed
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
5 changes: 5 additions & 0 deletions packages/core/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
npmScopes:
jpyc:
npmAlwaysAuth: true
npmAuthToken: '${NODE_AUTH_TOKEN}'
npmPublishRegistry: 'https://registry.npmjs.org'
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"node": "^20.12.0",
"yarn": "^1.22.22"
},
"private": true,
"scripts": {
"docs": "typedoc",
"compile": "tsc",
Expand Down
3 changes: 0 additions & 3 deletions packages/core/yarnrc.yml

This file was deleted.

5 changes: 5 additions & 0 deletions packages/v1/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
npmScopes:
jpyc:
npmAlwaysAuth: true
npmAuthToken: '${NODE_AUTH_TOKEN}'
npmPublishRegistry: 'https://registry.npmjs.org'
1 change: 0 additions & 1 deletion packages/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"node": "^20.12.0",
"yarn": "^1.22.22"
},
"private": true,
"scripts": {
"docs": "typedoc",
"env": "cp .env.example .env",
Expand Down
3 changes: 0 additions & 3 deletions packages/v1/yarnrc.yml

This file was deleted.

0 comments on commit 86cb2ed

Please sign in to comment.