From: Robert Sesek Date: Tue, 10 Mar 2020 03:42:47 +0000 (-0400) Subject: Create a cheap "build" script. X-Git-Tag: 1.0.0~33 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=731edb6a0c899f3ba8c551623a7d9fd87b5df725;p=ustaxlib.git Create a cheap "build" script. --- 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",