From 731edb6a0c899f3ba8c551623a7d9fd87b5df725 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Mar 2020 23:42:47 -0400 Subject: [PATCH] Create a cheap "build" script. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a503be2..3f305f1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "test": "jest", "check": "tsc --noEmit", "debug": "node --inspect-brk --stack-trace-limit=1000 node_modules/.bin/jest --coverage=false", - "prepublish": "tsc" + "prepublish": "tsc", + "build": "tsc && cp package.json dist" }, "author": "Robert Sesek", "license": "ISC", -- 2.22.5