diff --git a/.changeset/five-zebras-tease.md b/.changeset/five-zebras-tease.md new file mode 100644 index 0000000000..d0293681aa --- /dev/null +++ b/.changeset/five-zebras-tease.md @@ -0,0 +1,5 @@ +--- +"@calcom/atoms": patch +--- + +ignore this test log diff --git a/packages/platform/atoms/README.md b/packages/platform/atoms/README.md index 69d5a8b828..a44a324b0c 100644 --- a/packages/platform/atoms/README.md +++ b/packages/platform/atoms/README.md @@ -13,6 +13,6 @@ Currently supports React 18, React 19, Next 14 and Next 15. 3. Some of the versions are suffixed e.g. `1.0.102-framer` and are intended for isolated use cases, so you most probably want to use version without any suffix e.g. `1.0.103`. -### Documentation +### Documentation Documentation on how to get started with platform solution is [here](https://cal.com/docs/platform/quickstart) and list of atoms can be viewed [here](https://cal.com/docs/platform/atoms/cal-provider) diff --git a/turbo.json b/turbo.json index 2497c466ef..8c3aece83e 100644 --- a/turbo.json +++ b/turbo.json @@ -68,6 +68,9 @@ "cache": false, "dependsOn": [] }, + "@calcom/atoms#build": { + "outputs": ["dist/**", "globals.min.css"] + }, "@calcom/api-v2#build": { "dependsOn": ["^build"], "env": [