From fbd4a4f65fd93928254300cf8ccea7a462fa42cb Mon Sep 17 00:00:00 2001 From: James Cook Date: Mon, 31 Jan 2022 23:15:19 +0000 Subject: [PATCH] chore: fix np --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e819e4a..416fc64 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "scripts": { "build": "tsc", "generateDocs": "pnpm typedoc --entryPointStrategy expand ./src", - "test": "echo do tests" + "test": "echo do tests", + "prepublishOnly": "npm run build" }, "author": "", "license": "ISC",