From b1d893be2f5114386d41fbab84a34fb3c99344f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Thu, 23 Jan 2020 10:56:44 +0100 Subject: [PATCH] run build script in npm `prepare` step --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7446813..efc5261 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "url": "https://github.com/goto-bus-stop/setup-zig.git" }, "scripts": { - "build": "ncc build index.js -o dist", + "prepare": "ncc build index.js -o dist", "test": "standard" }, "standard": {