File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 export NODE_OPTIONS="--max_old_space_size=8192"
3838 rm -rf packages/platform/atoms/node_modules
3939 yarn install
40- yarn workspace @calcom/atoms run build
40+ yarn workspace @calcom/atoms run build-npm
4141 shell : bash
Original file line number Diff line number Diff line change 8181 "web" : " yarn workspace @calcom/web" ,
8282 "changesets-add" : " yarn changeset add" ,
8383 "changesets-version" : " yarn changeset version" ,
84- "changesets-release" : " NODE_OPTIONS='--max_old_space_size=12288' turbo run build --filter=@calcom/atoms && yarn changeset publish" ,
84+ "changesets-release" : " NODE_OPTIONS='--max_old_space_size=12288' turbo run build-npm --filter=@calcom/atoms && yarn changeset publish" ,
8585 "lint-staged" : " lint-staged"
8686 },
8787 "devDependencies" : {
Original file line number Diff line number Diff line change 1111 },
1212 "scripts" : {
1313 "dev" : " yarn vite build --watch & npx postcss ./globals.css -o ./globals.min.css" ,
14- "build" : " NODE_OPTIONS='--max_old_space_size=12288' rm -rf dist && yarn vite build && npx postcss ./globals.css -o ./globals.min.css" ,
15- "publish-npm" : " yarn build && npm publish --access public" ,
14+ "build-npm " : " NODE_OPTIONS='--max_old_space_size=12288' rm -rf dist && yarn vite build && npx postcss ./globals.css -o ./globals.min.css" ,
15+ "publish-npm" : " yarn build-npm && npm publish --access public" ,
1616 "test" : " jest" ,
1717 "dev-on" : " node scripts/dev-on.js" ,
1818 "dev-off" : " git checkout -- package.json vite.config.ts"
Original file line number Diff line number Diff line change 373373 "cache" : false ,
374374 "dependsOn" : []
375375 },
376- "@calcom/atoms#build" : {
376+ "@calcom/atoms#build-npm " : {
377377 "outputs" : [" dist/**" , " globals.min.css" ]
378378 },
379379 "@calcom/api-v2#build" : {
You can’t perform that action at this time.
0 commit comments