Skip to content

Commit a1a1c4f

Browse files
chore: sync from upstream and add Ona prebuild config
1 parent c359329 commit a1a1c4f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.ona/automations.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
tasks:
2+
build:
3+
name: Build CDK
4+
description: Install dependencies and build packages
5+
triggeredBy:
6+
- prebuild
7+
command: |
8+
yarn install
9+
export NODE_OPTIONS=--max-old-space-size=8192
10+
npx lerna run build --scope=aws-cdk-lib --scope=@aws-cdk-testing/framework-integ --skip-nx-cache

0 commit comments

Comments
 (0)