From ac9a2267bcf46f12fb9e241a9857e19b3beb93fb Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 7 Feb 2022 22:31:03 +0100 Subject: [PATCH] build and release script --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 7a67348..82abf0e 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,10 @@ "disposable emails", "detector" ], + "scripts": { + "build": "node build.js", + "release": "release-it" + }, "author": { "name": "Philipp Dormann", "email": "hi@philippdormann.de",