diff --git a/package.json b/package.json index b47fc587a0b..8108798612e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,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",