diff --git a/package.json b/package.json index 904000d..1c0d2fd 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "format": "prettier --write src/", "typecheck": "tsc --noEmit", "prepare": "npm run build", - "prepublishOnly": "npm test && npm run lint", + "prepublishOnly": "npm run lint", "postinstall": "npm run build" }, "repository": {