1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-07 08:36:15 -07:00
parent 4e721db796
commit 6ec559cd2b
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -9,7 +9,7 @@
"lint:fix": "eslint --fix ./src/resources/scripts/ && tsc",
"build": "NODE_ENV=production bun run ./build.ts",
"build:dev": "NODE_ENV=development bun run ./build.ts",
"format": "prettier --write .",
"format": "prettier --write --list-different .",
"format:check": "prettier --check ."
},
"dependencies": {