From 515045879f26e2d21171b1dc341a529d1f2a5679 Mon Sep 17 00:00:00 2001 From: Moumita Mandal Date: Wed, 20 Sep 2023 16:00:42 +0530 Subject: [PATCH] chore: patch package command updated --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 782f239..8f624e9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "format": "prettier --write .", "lint:fix": "eslint . --fix", "prepare": "husky install", - "postinstall": "patch-package", + "postinstall": "npx patch-package", "pre-commit": "npm run test && npx lint-staged", "commit-msg": "commitlint --edit", "commit": "git-cz",