core: run patch-package after npm i

This commit is contained in:
Abdullah Atta
2023-12-22 14:27:52 +05:00
parent 3a30262710
commit 46b36c9fcb

View File

@@ -44,7 +44,8 @@
"build": "tsc",
"watch": "tsc --watch",
"test:e2e": "cross-env IS_E2E=true vitest run",
"test": "vitest run"
"test": "vitest run",
"postinstall": "patch-package"
},
"dependencies": {
"@leeoniya/ufuzzy": "^1.0.10",