Skip to content

Commit 736f14d

Browse files
committed
build: configure npmrc file
1 parent d9d1a52 commit 736f14d

File tree

5 files changed

+27
-20
lines changed

5 files changed

+27
-20
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": ["@coord/docs"]
1111
}

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
auto-install-peers = true
2+
access = public

packages/core/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@
3131
"tsconfig": "workspace:*",
3232
"tsup": "^6.7.0",
3333
"typescript": "^5.1.3"
34+
},
35+
"publishConfig": {
36+
"access": "public"
3437
}
3538
}

packages/graph/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
},
4343
"dependencies": {
4444
"@use-gesture/react": "^10.2.27"
45+
},
46+
"publishConfig": {
47+
"access": "public"
4548
}
4649
}

pnpm-lock.yaml

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)