From 4297be3065ec87ea9b847bfcec4acb8143b8c0e0 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 11 Oct 2020 18:49:49 +0200 Subject: [PATCH] build: add prepublish only command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cd6b87..7669bcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hokify/agenda", - "version": "4.0.0", + "version": "4.0.1", "description": "Light weight job scheduler for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -11,6 +11,7 @@ "node": ">=10.0.0" }, "scripts": { + "prepublishOnly": "npm run build", "build": "tsc", "test": "npm run lint && npm run mocha", "lint": "eslint",