style: sort package scripts

This commit is contained in:
2026-06-21 02:04:18 +02:00
committed by Milas Holsting
parent a91d0cd87b
commit 8f1fae8141

View File

@@ -3,17 +3,17 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"build:css": "bunx --bun @tailwindcss/cli -i ./static/assets/style.css -o ./dist/tailwind.css",
"watch:css": "bunx --bun @tailwindcss/cli -i ./static/assets/style.css -o ./dist/tailwind.css --watch",
"typecheck": "bunx tsc -p tsconfig.json --noEmit",
"build:assets": "bun run build:css", "build:assets": "bun run build:css",
"build:css": "bunx --bun @tailwindcss/cli -i ./static/assets/style.css -o ./dist/tailwind.css",
"build:ts": "bun run ./scripts/build-ts.ts", "build:ts": "bun run ./scripts/build-ts.ts",
"format": "bunx oxfmt", "format": "bunx oxfmt",
"format:check": "bunx oxfmt --check", "format:check": "bunx oxfmt --check",
"lint": "bun run lint:ts && bun run lint:go", "lint": "bun run lint:ts && bun run lint:go",
"lint:go": "golangci-lint run ./...",
"lint:ts": "bunx oxlint --ignore-path .oxlintignore static --tsconfig ./tsconfig.json --type-aware --max-warnings 0", "lint:ts": "bunx oxlint --ignore-path .oxlintignore static --tsconfig ./tsconfig.json --type-aware --max-warnings 0",
"lint:ts:fix": "bunx oxlint --ignore-path .oxlintignore static --tsconfig ./tsconfig.json --type-aware --max-warnings 0 --fix", "lint:ts:fix": "bunx oxlint --ignore-path .oxlintignore static --tsconfig ./tsconfig.json --type-aware --max-warnings 0 --fix",
"lint:go": "golangci-lint run ./..." "typecheck": "bunx tsc -p tsconfig.json --noEmit",
"watch:css": "bunx --bun @tailwindcss/cli -i ./static/assets/style.css -o ./dist/tailwind.css --watch"
}, },
"dependencies": { "dependencies": {
"hls.js": "^1.6.16", "hls.js": "^1.6.16",