From 809fc234c7e66be5a604e6775978e7999e1e2a64 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 23 Jun 2023 04:39:30 -0400 Subject: [PATCH] ci: add build script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d85d17..a4608e1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "readme": "ERROR: No README data found!", "_id": "@lumweb/libkmodule@0.1.0", "scripts": { - "prepare": "presetter bootstrap" + "prepare": "presetter bootstrap", + "build": "run build" }, "files": [ "lib/**"