Skip to content

Commit

Permalink
build: configure npmrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-script committed Jun 11, 2023
1 parent d9d1a52 commit 736f14d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["@coord/docs"]
}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
auto-install-peers = true
access = public
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"tsconfig": "workspace:*",
"tsup": "^6.7.0",
"typescript": "^5.1.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
},
"dependencies": {
"@use-gesture/react": "^10.2.27"
},
"publishConfig": {
"access": "public"
}
}
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 736f14d

@vercel
Copy link

@vercel vercel bot commented on 736f14d Jun 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

coord-docs – ./

coord-docs-git-main-julia-script.vercel.app
coord-docs.vercel.app
coord-docs-julia-script.vercel.app

Please sign in to comment.