File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "homepage" : " https://github.com/tanstack/ranger#readme" ,
88 "repository" : {
99 "type" : " git" ,
10- "url" : " git+https://github.com/tanstack/ranger.git"
10+ "url" : " git+https://github.com/tanstack/ranger.git" ,
11+ "directory" : " packages/react-ranger"
1112 },
1213 "publishConfig" : {
1314 "registry" : " https://registry.npmjs.org/"
1415 },
15- "keywords" : [
16- " react" ,
17- " ranger" ,
18- " ranger"
19- ],
2016 "funding" : {
2117 "type" : " github" ,
2218 "url" : " https://github.com/sponsors/tannerlinsley"
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ async function run() {
557557 // Publish each package
558558 changedPackages . map ( ( pkg ) => {
559559 const packageDir = path . join ( rootDir , 'packages' , pkg . packageDir )
560- const cmd = `cd ${ packageDir } && npm publish --tag ${ npmTag } --access=public --no-git-checks`
560+ const cmd = `cd ${ packageDir } && pnpm publish --tag ${ npmTag } --access=public --no-git-checks`
561561 console . info (
562562 ` Publishing ${ pkg . name } @${ version } to npm with tag "${ npmTag } "...` ,
563563 )
You can’t perform that action at this time.
0 commit comments