Skip to content

Commit

Permalink
add cdk and ng
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjafar committed Oct 16, 2024
1 parent e1fe2cf commit 28d039f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ jobs:
- name: install aws dependency
run: |
cd aws-hebrew-infra
npm ci
npm install
cd ..
- name: install ng dependency
run: npm ci
run: npm install

- name: install angular cli and aws cdk
run : npm install -g @angular/cli aws-cdk
- name: create aws env file
run: |
cd aws-hebrew-infra
Expand Down

0 comments on commit 28d039f

Please sign in to comment.