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 6b3cf41 commit df48bbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:

- name: build app
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 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 run build
npm run dev
npm run dev
- name: Deploy WebApp to Static Web App
uses: Azure/static-web-apps-deploy@v1
with:
Expand Down

0 comments on commit df48bbb

Please sign in to comment.