pnpm startstart electron app in dev mode.pnpm run compilebuild app but for local debugging only.pnpm run lintlint your code.pnpm run typecheckRun typescript check.pnpm run testRun app test.pnpm run formatReformat all codebase to project code style.
npm startstart electron app in dev mode.npm run compilebuild app but for local debugging only.npm run lintlint your code.npm run typecheckRun typescript check.npm run testRun app test.npm run formatReformat all codebase to project code style.