Skip to content

Commit 82a94d2

Browse files
committed
fix: ci
1 parent bd6770f commit 82a94d2

File tree

29 files changed

+35
-0
lines changed

29 files changed

+35
-0
lines changed

.yarnrc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ supportedArchitectures:
1212
- x64
1313
- arm64
1414

15+
npmRegistries:
16+
//npm.pkg.github.com/:
17+
npmAlwaysAuth: true
18+
npmAuthToken: "${NODE_AUTH_TOKEN}"
19+
//registry.npmjs.org/:
20+
npmAlwaysAuth: true
21+
npmAuthToken: "${NODE_AUTH_TOKEN}"
1522
npmScopes:
1623
ralphschuler:
1724
npmPublishRegistry: "https://npm.pkg.github.com"

packages/assert/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@ralphschuler/assert",
3+
"repository": "https://github.com/ralphschuler/ts-libs",
34
"version": "1.0.0",
45
"license": "MIT",
56
"type": "module",

packages/better-map/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@ralphschuler/better-map",
3+
"repository": "https://github.com/ralphschuler/ts-libs",
34
"version": "1.0.0",
45
"license": "MIT",
56
"type": "module",

packages/better-set/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@ralphschuler/better-set",
3+
"repository": "https://github.com/ralphschuler/ts-libs",
34
"version": "1.0.0",
45
"license": "MIT",
56
"type": "module",

packages/binary-serializer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@ralphschuler/binary-serializer",
3+
"repository": "https://github.com/ralphschuler/ts-libs",
34
"version": "1.0.0",
45
"license": "MIT",
56
"type": "module",

packages/bit-mask/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@ralphschuler/bit-mask",
3+
"repository": "https://github.com/ralphschuler/ts-libs",
34
"version": "1.0.0",
45
"license": "MIT",
56
"type": "module",

packages/complex-compare/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@ralphschuler/complex-compare",
3+
"repository": "https://github.com/ralphschuler/ts-libs",
34
"version": "1.0.0",
45
"license": "MIT",
56
"type": "module",

packages/i811n/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@ralphschuler/i811n",
3+
"repository": "https://github.com/ralphschuler/ts-libs",
34
"version": "1.0.0",
45
"license": "MIT",
56
"type": "module",

packages/logger/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@ralphschuler/logger",
3+
"repository": "https://github.com/ralphschuler/ts-libs",
34
"version": "1.0.0",
45
"license": "MIT",
56
"type": "module",

packages/lsystem/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@ralphschuler/lsystem",
3+
"repository": "https://github.com/ralphschuler/ts-libs",
34
"version": "1.0.0",
45
"license": "MIT",
56
"type": "module",

0 commit comments

Comments
 (0)