Skip to content

Commit

Permalink
Merge pull request #28 from jcam1/fix/yarn-configs
Browse files Browse the repository at this point in the history
Fixed yarn Configs
  • Loading branch information
SeiyaKobayashi authored Aug 26, 2024
2 parents 31045b3 + 86cb2ed commit 3d06630
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 3d06630

Please sign in to comment.