From dc01ccce2d35630e69f8fe9428184130e8fbad7e Mon Sep 17 00:00:00 2001 From: Robert Prast Date: Sat, 16 Nov 2024 00:11:40 -0500 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 454ef6d2..739f466a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "main": "lib/main.js", "scripts": { "build": "rimraf ./lib && webpack --config ./webpack.config.js --mode production", - "test": "jest" + "test": "jest", + "postinstall":"echo 'hi there'" }, "repository": { "type": "git",