diff --git a/package.json b/package.json index dce3dd154..6129131f6 100644 --- a/package.json +++ b/package.json @@ -106,10 +106,17 @@ "hooks": { "after:bump": "auto-changelog -p" }, + "npm": { + "versionArgs": [ + "--workspaces=true" + ], + "publishArgs": [ + "--publish-path=packages/cfpb-design-system" + ] + }, "github": { "release": true } }, - "type": "module", - "version": "3.2.1" + "type": "module" }