diff --git a/package.json b/package.json index 3cbcf61..9b3cc51 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "test:lint": "eslint src/**/* tests/*.ts demo/**/*.js", "test:unit": "jest --verbose", "test:all": "pnpm test:ts && pnpm test:lint && pnpm test:unit", - "preinstall": "npx -y only-allow pnpm", "prepare": "pnpm build", "prepublishOnly": "pnpm test:all", "version": "git add .",