diff --git a/package-lock.json b/package-lock.json index 023fb2f04d..6388883ed5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,7 @@ "requires": true, "packages": { "": { + "hasInstallScript": true, "workspaces": [ "resources/assets/v1", "resources/assets/v2" diff --git a/package.json b/package.json index 16df7dfa05..a10eefe8f6 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,7 @@ { + "scripts": { + "postinstall": "patch-package --error-on-fail" + }, "workspaces": [ "resources/assets/v1", "resources/assets/v2"