Skip to content

Commit

Permalink
Проверка сборки бинарных файлов лаунчсервера
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Jan 23, 2025
1 parent eed556b commit ad17662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dev": "node scripts/dev.mjs",
"build:dev": "node scripts/build.mjs",
"build:prod": "node scripts/build.mjs --prod",
"build:bin": "pkg dist/LauncherServer.js -t node22-linux-x64,node22-macos-x64,node22-win-x64 --out-path dist --compress GZip",
"build:bin": "pkg dist/LauncherServer.js -t node20-linux-x64,node20-macos-x64,node20-win-x64 --out-path dist --compress GZip",
"clean": "rimraf dist",
"prettier": "prettier --write src",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit ad17662

Please sign in to comment.