Skip to content

Commit

Permalink
Fixing rm command
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilpiR committed Apr 4, 2024
1 parent d4b2796 commit 73cafa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_check_webapp_dotnet_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
- name: Installing dependencies and building latest changes
run: |
cd webapps-deploy
rm -rf node_modules
rm -rf package-lock.json
rm node_modules -r -fo
rm package-lock.json -r -fo
npm cache clean --force
npm install
node --version
Expand Down

0 comments on commit 73cafa1

Please sign in to comment.