Skip to content

Commit

Permalink
Update yarn install command to use --frozen-lockfile option
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Dec 17, 2024
1 parent 988fe2f commit 62632a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
.\venv\Scripts\activate
pip install -e '.[dev]'
cd src/interface/web/
yarn install
yarn install --frozen-lockfile
yarn dev
Start-Process "C:/Program Files/Google/Chrome/Application/chrome.exe" -ArgumentList "--start-maximized", "--load-extension=$(pwd)/node_modules/dashcam-chrome/build", "http://localhost:3000"
exit
Expand Down

0 comments on commit 62632a6

Please sign in to comment.