diff --git a/package.json b/package.json index 588b39b..a72e787 100644 --- a/package.json +++ b/package.json @@ -18,25 +18,25 @@ "url": "https://sigui.ci" }, "scripts": { - "build": "bun run --bun vite build", - "check": "bun run --bun biome ci .", - "check.format": "bun run --bun biome format .", - "check.lint": "bun run --bun biome check .", + "build": "bunx vite build", + "check": "bunx biome ci .", + "check.format": "bunx biome format .", + "check.lint": "bunx biome check .", "debug": "bun run check && bun run test && bun run e2e", - "dev": "bun run --bun vite", - "e2e": "bun run --bun playwright test", - "e2e.install": "bun run --bun playwright install --with-deps", - "e2e.report": "bun run --bun playwright show-report", - "e2e.ui": "bun run --bun playwright test --ui", + "dev": "bunx vite", + "e2e": "bunx playwright test", + "e2e.install": "bunx playwright install --with-deps", + "e2e.report": "bunx playwright show-report", + "e2e.ui": "bunx playwright test --ui", "fix": "bun run lint && bun run format", - "format": "bun run --bun biome format --write .", + "format": "bunx biome format --write .", "inspect": "bun --inspect-brk ./node_modules/vite/bin/vite.js --force", - "lint": "bun run --bun biome check --apply-unsafe .", + "lint": "bunx biome check --apply-unsafe .", "test": "bun test", "test.cov": "bun test --coverage", "test.hot": "bun test --hot", "test.watch": "bun test --watch", - "start": "bun run --bun vite --open" + "start": "bunx vite --open" }, "devDependencies": { "@alpinejs/focus": "^3.13.1",