From b16ae589caffc76ed2e54d25d13dbb1458131e0d Mon Sep 17 00:00:00 2001 From: zz <2418184580@qq.com> Date: Sat, 28 Sep 2024 20:02:17 +0800 Subject: [PATCH] fix: postinstall command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edc3012..1a2cf91 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "build:typed": "tsc --declaration --emitDeclarationOnly --noEmit false", "test": "mocha -r ts-node/register test/**/*.ts --timeout 300000", "prepublishOnly": "npm run build", - "postinstall": "patch-package", + "postinstall": "npx patch-package", "lint": "eslint ./src ./test" }, "dependencies": {