Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
use typescript for electron-builder-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Dec 5, 2023
1 parent d78400e commit e0fdecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit",
"build": "rimraf out && tsx ./build.mts",
"dev": "yarn typecheck && yarn build && DEBUG=1 electron .",
"dist": "NODE_ENV='production' NODE_OPTIONS='--max-old-space-size=4096' yarn build && NODE_ENV='production' NODE_OPTIONS='--max-old-space-size=4096' electron-builder --config electron-builder-config.ts",
"dist": "NODE_ENV='production' NODE_OPTIONS='--max-old-space-size=4096' yarn build && NODE_ENV='production' NODE_OPTIONS='--max-old-space-size=4096' electron-builder --config electron-builder.ts",
"lint": "biome check .",
"format": "biome format . --write",
"ci": "biome ci .",
Expand Down Expand Up @@ -60,4 +60,4 @@
"nouislider": "^15.7.1",
"yargs": "^17.7.2"
}
}
}

0 comments on commit e0fdecd

Please sign in to comment.