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",