Skip to content

Commit 3437c43

Browse files
authored
fix: changesets atoms size (calcom#22134)
* fix: changesets atoms npm package size * test changesets entry
1 parent 616d620 commit 3437c43

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.changeset/five-zebras-tease.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@calcom/atoms": patch
3+
---
4+
5+
ignore this test log

packages/platform/atoms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Currently supports React 18, React 19, Next 14 and Next 15.
1313
3. Some of the versions are suffixed e.g. `1.0.102-framer` and are intended for isolated use cases, so you most probably
1414
want to use version without any suffix e.g. `1.0.103`.
1515

16-
### Documentation
16+
### Documentation
1717
Documentation on how to get started with platform solution is [here](https://cal.com/docs/platform/quickstart) and list of atoms can be viewed
1818
[here](https://cal.com/docs/platform/atoms/cal-provider)

turbo.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
"cache": false,
6969
"dependsOn": []
7070
},
71+
"@calcom/atoms#build": {
72+
"outputs": ["dist/**", "globals.min.css"]
73+
},
7174
"@calcom/api-v2#build": {
7275
"dependsOn": ["^build"],
7376
"env": [

0 commit comments

Comments
 (0)