Skip to content

Commit 26a3c37

Browse files
committed
chore: need to compile common package
1 parent 754c5ea commit 26a3c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
- name: make install NodeJS
276276
if: steps.check_cdk.outputs.cdk_exists == 'true'
277277
run: |
278-
make install-node
278+
make install-node && make compile
279279
280280
- name: Run cdk-synth
281281
if: steps.check_cdk.outputs.cdk_exists == 'true'

0 commit comments

Comments
 (0)