Skip to content

Commit 31da30b

Browse files
authored
fix: specify atoms package.json repository (calcom#24828)
1 parent d149f83 commit 31da30b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/changesets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
node-version: "20.17.0"
2828
registry-url: "https://registry.npmjs.org"
29+
always-auth: false
2930
- name: Setup node, yarn and install dependencies
3031
uses: ./.github/actions/yarn-install
3132
- name: Install npm at version supporting OIDC

packages/platform/atoms/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"description": "Customizable UI components to integrate scheduling into your product.",
66
"authors": "Cal.com, Inc.",
77
"version": "1.12.1",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/calcom/cal.com"
11+
},
812
"scripts": {
913
"dev": "yarn vite build --watch & npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify --watch",
1014
"build": "NODE_OPTIONS='--max_old_space_size=12288' rm -rf dist && yarn vite build && npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify",

0 commit comments

Comments
 (0)