diff --git a/package.json b/package.json index c43af2f..e73ee10 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check . && eslint .", "format": "prettier --write .", + "postinstall": "patch-package", "test:integration": "playwright test", "test:unit": "vitest" },