First and foremost, thank you! We appreciate that you want to contribute to vite-electron-builder, your time is valuable, and your contributions mean a lot to us.
Do not create issues about bumping dependencies unless a bug has been identified, and you can demonstrate that it effects this library.
Help us to help you
Remember that we’re here to help, but not to make guesses about what you need help with:
It can't be understated how frustrating and draining it can be to maintainers to have to ask clarifying questions on the most basic things, before it's even possible to start debugging. Please try to make the best use of everyone's time involved, including yourself, by providing this information up front.
The package manager used to install and link dependencies must be npm v7 or later.
npm run watch
start electron app in watch mode.npm run compile
build app but for local debugging only.npm run lint
lint your code.npm run typecheck
Run typescript check.npm run test
Run app test.