We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4b64e commit c48eefdCopy full SHA for c48eefd
.github/workflows/web-tier.yml
@@ -21,7 +21,7 @@ jobs:
21
# Step 3: Install npm dependencies
22
- name: Install dependencies
23
run: npm install
24
- working-directory: ./aws-three-tier-web-architecture-workshop/application-code/web-tier/package.json
+ working-directory: ./web-tier
25
# Step 4: Build the React application
26
#- name: Build the application
27
# run: npm run build
0 commit comments