Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
11Ajinkya authored Feb 15, 2024
1 parent 7cdc9e2 commit 697d1c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
run: |
#npm cache clean --force #*try clearing out npm cache*
#npm install --legacy-peer-deps #*run the command with the --legacy-peer-deps option*
npm install --force #* run the command with the --force*
npm build
#npm install --force #* run the command with the --force*
npm install
npm run build
- name: Deploy WebApp to Static Web App
uses: Azure/static-web-apps-deploy@v1
with:
Expand Down

0 comments on commit 697d1c6

Please sign in to comment.