From 9ac6f5db1fb6f3b5e6472e85e40a9f8d58621cbb Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 17 Apr 2018 16:17:04 -0400 Subject: [PATCH] build:watch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee44acb61f..4f64f45cab 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "prebuild": "rimraf dist/**/*", "build": "tsc", - "start": "tsc -watch", + "build:watch": "tsc -watch", "lint": "tslint src/**/*.ts || true", "lint:fix": "tslint src/**/*.ts --fix", "test": "karma start --single-run",