Skip to content

Commit 7cd8374

Browse files
committed
fix: Update publish:continuous script in package.json to correct command syntax for @react-aria-nutrient packages
1 parent c379656 commit 7cd8374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"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",
5050
"publish:nightly": "yarn workspaces foreach --all --no-private -t npm publish --tag nightly --access public",
5151
"build:api-published": "node scripts/buildPublishedAPI.js",
52-
"publish:continuous": "yarn workspaces foreach --all --no-private --include '@react-aria-nutrient/*' -t npx pkg-pr-new publish",
52+
"publish:continuous": "yarn workspaces foreach --all --include '@react-aria-nutrient/*' -t run 'npx pkg-pr-new publish'",
5353
"build:api-branch": "node scripts/buildBranchAPI.js",
5454
"compare:apis": "node scripts/compareAPIs.js",
5555
"check-apis": "yarn build:api-branch --githash=\"origin/main\" --output=\"base-api\" && yarn build:api-branch && yarn compare:apis",

0 commit comments

Comments
 (0)