Skip to content

Commit 7e7bf6a

Browse files
authored
build(root): point npm config at npm registry (#16)
* build(all): updates publishConfig to point to npm registry for all packages * chore: commits changeset * build(root): point npm config at npm registry * chore: commits changeset to trigger publish of all pkgs
1 parent 600d1b2 commit 7e7bf6a

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.changeset/large-trains-sort.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@traversable/schema-zod-adapter": patch
3+
"@traversable/schema-core": patch
4+
"@traversable/registry": patch
5+
"@traversable/schema": patch
6+
"@traversable/json": patch
7+
---
8+
9+
build(all): updates publishConfig to point to npm registry for all packages

.changeset/warm-zoos-build.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@traversable/json": patch
3+
"@traversable/registry": patch
4+
"@traversable/schema": patch
5+
"@traversable/schema-core": patch
6+
"@traversable/schema-zod-adapter": patch
7+
---
8+
9+
build(root): point npm config at npm registry

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@traversable:registry=https://npm.pkg.github.com
2-
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
1+
@traversable:registry=https://registry.npmjs.org
2+
//registry.npmjs.org/:_authToken={NPM_TOKEN}
33

44
always-auth=true

0 commit comments

Comments
 (0)