mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
core: run patch-package after npm i
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user