diff --git a/workspace.jsonc b/workspace.jsonc index e0e10b5..a495edc 100644 --- a/workspace.jsonc +++ b/workspace.jsonc @@ -1,7 +1,7 @@ /** * this is the main configuration file of your bit workspace. * for full documentation, please see: https://bit.dev/docs/workspace/workspace-configuration - **/ { + **/{ "$schema": "https://static.bit.dev/teambit/schemas/schema.json", /** * main configuration of the Bit workspace. @@ -82,7 +82,9 @@ "teambit.workspace/variants": { "*": { "teambit.pkg/pkg": { - "packageManagerPublishArgs": ["--access public"], + "packageManagerPublishArgs": [ + "--access public" + ], "packageJson": { "name": "@pnpm/{scope}.{name}", "private": false,