Skip to content

Commit

Permalink
corrected npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds committed Dec 23, 2024
1 parent 1133e08 commit a960ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 22
# Set up the build environment
- run: npm ci --prefix "./complete-application/"
- run: npm ci --prefix "./app/"

# Build
- name: Copy our kickstart file over so it gets picked up
Expand Down

0 comments on commit a960ac0

Please sign in to comment.