File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments