diff --git a/package.json b/package.json index d73c55edd5c..345133ced39 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "scripts": { "bump": "beachball bump", "change": "beachball change", - "checkchange": "beachball check --scope \"!sites/*\" --changehint \"Run 'yarn change' to generate a change file\"", + "checkchange": "beachball check --scope \"!sites/*\" --changehint \"Run 'yarn change' to generate a change file\" -b origin/features/fast-element-2", "check": "beachball check ", "publish": "beachball publish", "publish-ci": "beachball publish -y --access public",