File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 64
64
- name : build packages and applications
65
65
if : ${{ inputs.build }}
66
66
run : pnpm build
67
+ env :
68
+ NODE_OPTIONS : ' --max-old-space-size=14336' # GitHub Actions gives us 16GB, it's ok to use 80%
67
69
68
70
- name : test ESM & CJS exports integrity
69
71
if : ${{ inputs.build }}
Original file line number Diff line number Diff line change 18
18
"pnpm" : " >=10.4.0"
19
19
},
20
20
"scripts" : {
21
- "build" : " pnpm turbo build --color" ,
21
+ "build" : " pnpm turbo build --color --filter '!@hive/docs' " ,
22
22
"build:libraries" : " pnpm prebuild && pnpm graphql:generate && pnpm turbo build --filter=./packages/libraries/* --color" ,
23
23
"build:services" : " pnpm prebuild && pnpm turbo build --filter=./packages/services/**/* --filter=./packages/migrations --color" ,
24
24
"build:web" : " pnpm prebuild && pnpm turbo build --filter=./packages/web/* --color" ,
You can’t perform that action at this time.
0 commit comments