Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 4328b57

Browse files
committed
ci: build task packages
1 parent e1081c0 commit 4328b57

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build
1414
runs-on: ubuntu-latest
1515
env:
16-
# NODE_OPTIONS: "--max-old-space-size=8192"
16+
NODE_OPTIONS: "--max-old-space-size=16384"
1717
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1818
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
1919

@@ -36,4 +36,4 @@ jobs:
3636
CI: true
3737

3838
- name: Build packages
39-
run: pnpm build
39+
run: pnpm build:fast

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"build:dev": "turbo run build:fast --filter=!./examples/* --filter=!{./packages/test-utils}",
2323
"build:types": "jiti scripts/generate-global-types.ts",
2424
"postbuild": "pnpm pkgs:size",
25+
"build:fast": "turbo run build:fast --filter=!./examples/* --filter=!{./packages/test-utils}",
26+
"postbuild:fast": "pnpm pkgs:size",
2527
"start": "preconstruct watch",
2628
"scaffold": "hygen generator",
2729
"release": "pnpm changeset publish",

0 commit comments

Comments
 (0)