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",