Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Nov 8, 2024
1 parent a5c0cb9 commit 6388ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
npm install dashcam-chrome
npm create mainframe
cd mainframe
rm -f package-lock.json
rm -rf node_modules
Remove-Item -Path package-lock.json -Force
Remove-Item -Path node_modules -Recurse -Force -ErrorAction SilentlyContinue
npm install --no-optional
npm start
Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "--load-extension=$(pwd)/node_modules/dashcam-chrome/build", "${{ env.LOCALHOST }}"
Expand Down

0 comments on commit 6388ba8

Please sign in to comment.