From c1e3064372e6bf1226f3b468f0e65096c42ad915 Mon Sep 17 00:00:00 2001 From: Batuhan Wilhelm Date: Thu, 28 Jan 2021 11:30:43 +0300 Subject: [PATCH] Fix typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea23d7a..f58a5aa 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build": "rimraf dist && tsc --build tsconfig.build.json", "lint": "eslint . --ext .ts", "prepare": "npm run build", - "prepublishOnly": "npm test && npm run lint", + "prepublishOnly": "npm test && npm run lint" }, "repository": { "type": "git",