From aa024cca7ad48050041ce58426c813b2747db869 Mon Sep 17 00:00:00 2001 From: Georgii Lobko Date: Fri, 13 Feb 2026 12:44:10 +0100 Subject: [PATCH] chore: Prepare package-lock --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f9f57d4..3d674d9 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,8 @@ "test:integ": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest -c jest.integ.config.cjs", "test": "npm run test:unit && npm-run-all -r -p test-pages test:integ", "lint": "eslint --ignore-path .gitignore --ext ts,tsx,js .", - "prepare": "husky" + "prepare": "husky", + "postinstall": "prepare-package-lock" }, "dependencies": { "tslib": "^2.3.1",