From 883187a59120d8806aa22292a715fd2b7654593d Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 26 Nov 2019 10:43:05 -0500 Subject: [PATCH] Change "build" script to "compile" which is semantic. Adding a new "build" process of packaging app into a binary with pkg.js (maybe). Would make deployments faster and easier. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e1e5f9..67cb9b5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "./node_modules/.bin/qunit", "docs": "sh docs.sh", - "build": "./node_modules/.bin/tsc -p tsconfig.json" + "compile": "./node_modules/.bin/tsc -p tsconfig.json" }, "repository": { "type": "git",