1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 07:54:49 +00:00
This commit is contained in:
zumbiepig 2024-09-07 08:36:15 -07:00
parent 12958cdb38
commit a8c80e7320
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", "lint:fix": "eslint --fix ./src/resources/scripts/ && tsc",
"build": "NODE_ENV=production bun run ./build.ts", "build": "NODE_ENV=production bun run ./build.ts",
"build:dev": "NODE_ENV=development 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 ." "format:check": "prettier --check ."
}, },
"dependencies": { "dependencies": {