Create a cheap "build" script.
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 10 Mar 2020 03:42:47 +0000 (23:42 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 10 Mar 2020 04:05:04 +0000 (00:05 -0400)
package.json

index a503be26ceaeff60ab8b792f3a6b9b5a42d76299..3f305f1096ea12d88b59f45002f52698ad842a28 100644 (file)
@@ -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",