patch: fix missing windows dependency

This commit is contained in:
Edwin Joassart 2024-05-30 16:28:56 +02:00
parent d28719daf2
commit 8dad81ae34
No known key found for this signature in database
GPG Key ID: A56BE0A21AD56A40

View File

@ -58,7 +58,7 @@ runs:
# as the shrinkwrap might have been done on mac/linux, this is ensure the package is there for windows
if [[ "$RUNNER_OS" == "Windows" ]]; then
npm install winusb-driver-generator
npm i -D winusb-driver-generator
fi
npm run lint