diff --git a/package.json b/package.json index f40b6a4..bf070c9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build:watch": "tsc -p tsconfig.json -w", "lint": "eslint .", "fix": "eslint . --fix", - "prepublishOnly": "npm run build && npm run lint && npm run test", + "prepublishOnly": "npm run build && npm run lint", "test": "jest" }, "dependencies": {