Skip to content

Commit

Permalink
MPR Run npm install in cd
Browse files Browse the repository at this point in the history
Run npm install in cd
  • Loading branch information
YayunHuang authored Aug 15, 2024
2 parents 6a17f93 + 3eac2b0 commit d26280b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
elif [[ "${{ github.ref_name }}" == "production" ]]; then
echo "ENV=production" >> $GITHUB_ENV
fi
- name: Install npm packages
run: npm install
- name: Build html
run: npm run build
- name: Deploy
Expand Down

0 comments on commit d26280b

Please sign in to comment.