Skip to content

Commit 8c198ae

Browse files
committed
fix(ci): add debug log to NPM install
1 parent 861b767 commit 8c198ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_v2_layer.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- name: install cdk and deps
7474
working-directory: ../
7575
run: |
76+
ls -la
7677
npm install
7778
npx cdk --version
7879
- name: CDK build

0 commit comments

Comments
 (0)