File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 49
49
"version:nightly" : " yarn workspaces foreach --all --no-private -t version -d 3.0.0-nightly-$(git rev-parse --short HEAD)-$(date +'%y%m%d') && yarn apply-nightly --all" ,
50
50
"publish:nightly" : " yarn workspaces foreach --all --no-private -t npm publish --tag nightly --access public" ,
51
51
"build:api-published" : " node scripts/buildPublishedAPI.js" ,
52
- "publish:continuous" : " yarn workspaces foreach --all --no-private --include '@react-aria-nutrient/*' -t exec 'npx pkg-pr-new publish'" ,
52
+ "publish:continuous" : " yarn workspaces foreach --all --no-private --include '@react-aria-nutrient/*' --include '@react-stately/*' - t exec 'npx pkg-pr-new publish'" ,
53
53
"build:api-branch" : " node scripts/buildBranchAPI.js" ,
54
54
"compare:apis" : " node scripts/compareAPIs.js" ,
55
55
"check-apis" : " yarn build:api-branch --githash=\" origin/main\" --output=\" base-api\" && yarn build:api-branch && yarn compare:apis" ,
You can’t perform that action at this time.
0 commit comments