Add biome check to mom package check script

This commit is contained in:
Mario Zechner 2025-11-27 01:31:13 +01:00
parent 384e4a3a7d
commit daecee70d7

View file

@ -16,7 +16,7 @@
"clean": "rm -rf dist", "clean": "rm -rf dist",
"build": "tsgo -p tsconfig.build.json && chmod +x dist/main.js", "build": "tsgo -p tsconfig.build.json && chmod +x dist/main.js",
"dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput", "dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",
"check": "tsgo --noEmit", "check": "biome check --write . && tsgo --noEmit",
"prepublishOnly": "npm run clean && npm run build" "prepublishOnly": "npm run clean && npm run build"
}, },
"dependencies": { "dependencies": {