Add postinstall script

This commit is contained in:
Djuri Baars 2024-03-17 18:39:40 +01:00
parent ba5370c7ca
commit 0079b5e6a9

View file

@ -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"
},