chore: add build commands
This commit is contained in:
parent
9b2a71ef44
commit
8deda3905c
@ -11,7 +11,9 @@
|
|||||||
"description": "Extremely detailed Web GUI to fetch comprehensive user, player and recent game statistics from the API. Delivers insights beyond the in-game Barracks and cod.tracker.gg",
|
"description": "Extremely detailed Web GUI to fetch comprehensive user, player and recent game statistics from the API. Delivers insights beyond the in-game Barracks and cod.tracker.gg",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node ./src/js/build.js",
|
"deploy": "node ./src/js/deploy.js",
|
||||||
|
"build-win": "pkg . --targets node18-win-x64 --experimental-modules --output dist/codtracker-js.exe",
|
||||||
|
"build-linux": "pkg . --targets node18-linux-x64 --experimental-modules --output dist/codtracker-js",
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
"dev": "nodemon app.js"
|
"dev": "nodemon app.js"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user