File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 7
7
"homepage" : " https://github.com/tanstack/ranger#readme" ,
8
8
"repository" : {
9
9
"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"
11
12
},
12
13
"publishConfig" : {
13
14
"registry" : " https://registry.npmjs.org/"
14
15
},
15
- "keywords" : [
16
- " react" ,
17
- " ranger" ,
18
- " ranger"
19
- ],
20
16
"funding" : {
21
17
"type" : " github" ,
22
18
"url" : " https://github.com/sponsors/tannerlinsley"
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ async function run() {
557
557
// Publish each package
558
558
changedPackages . map ( ( pkg ) => {
559
559
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`
561
561
console . info (
562
562
` Publishing ${ pkg . name } @${ version } to npm with tag "${ npmTag } "...` ,
563
563
)
You can’t perform that action at this time.
0 commit comments