Skip to content

Commit

Permalink
add npm run dev to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RbAvci committed Jun 20, 2024
1 parent 66277e5 commit ecaea53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
cd Full-Stack-Project-Assessment && \
git checkout main && \
git pull && \
npm run build"
npm run build && \
npm run dev &"

0 comments on commit ecaea53

Please sign in to comment.