(feat): add lint script to apps/electron/
This commit is contained in:
parent
be56080ba1
commit
1a563f63a2
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"main": "dist/main/main.js",
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist release",
|
||||
"lint": "eslint src",
|
||||
"build:web": "cd ../.. && bun run build:web",
|
||||
"build": "tsc -p tsconfig.json && esbuild src/preload/preload.ts --bundle --platform=node --format=cjs --external:electron --outfile=dist/preload/preload.cjs",
|
||||
"dev:raw": "cd ../.. && bun run build:web && cd apps/electron && bun run build && electron . --verbose",
|
||||
|
|
|
|||
Loading…
Reference in a new issue