diff --git a/.husky/pre-commit b/.husky/pre-commit index 8f4d5e60..fc0e2e51 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - bunx lint-staged --config package.json diff --git a/bun.lockb b/bun.lockb index a8320dbf..c489b559 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8f3bc40b..35617683 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,10 @@ "dev": "concurrently \"bun run --cwd packages/client dev\" \"bun run --cwd packages/server dev\"", "build": "bun run --cwd packages/client build && bun run --cwd packages/server build && bun run copy-assets", "copy-assets": "mkdir -p packages/server/public && cp -r packages/client/dist/assets packages/server/public/ && cp -r packages/client/dist/~partytown packages/server/public/", - "prepare": "husky install", + "prepare": "husky", "benchmarking": "./benchmarking/run", "partytown": "partytown copylib packages/server/public/~partytown", "clean": "rm -rf node_modules packages/**/node_modules bun.lockb packages/**/bun.lockb", - "postinstall": "husky install", "playwright": "playwright test" }, "keywords": [],