Skip to content

Commit c48eefd

Browse files
author
CssTechnology
authored
Update web-tier.yml
1 parent 6f4b64e commit c48eefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web-tier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Step 3: Install npm dependencies
2222
- name: Install dependencies
2323
run: npm install
24-
working-directory: ./aws-three-tier-web-architecture-workshop/application-code/web-tier/package.json
24+
working-directory: ./web-tier
2525
# Step 4: Build the React application
2626
#- name: Build the application
2727
# run: npm run build

0 commit comments

Comments
 (0)