Skip to content

Commit b09c032

Browse files
committed
fix: Makefile
1 parent 7ba76c9 commit b09c032

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ node_modules/.installed: package.json bun.lock
9393
# Legacy target for backwards compatibility
9494
ensure-deps: node_modules/.installed
9595

96-
97-
98-
99-
10096
## Help
10197
help: ## Show this help message
10298
@echo 'Usage: make [target]'
@@ -166,7 +162,7 @@ build-main: node_modules/.installed dist/main.js ## Build main process
166162
dist/main.js: src/version.ts tsconfig.main.json tsconfig.json $(TS_SOURCES)
167163
@echo "Building main process..."
168164
@NODE_ENV=production $(TSGO) -p tsconfig.main.json
169-
@NODE_ENV=production $(RUNNER) tsc-alias -p tsconfig.main.json
165+
@NODE_ENV=production bun x tsc-alias -p tsconfig.main.json
170166

171167
build-preload: node_modules/.installed dist/preload.js ## Build preload script
172168

0 commit comments

Comments
 (0)