From 4366b1588e4f963bab6443c0ec6c57b6c3b1cbcf Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Wed, 13 Feb 2019 14:58:01 +0100 Subject: [PATCH] Added deprecation warning to npm watch script - use start script instead --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cff733a84db..dc17c344ee4 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "start": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts --theme", "start:hot": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts --hot --theme", "start:ignoreTheme": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts --hot", - "watch": "webpack --progress --colors --watch --mode development --config scripts/webpack/webpack.dev.js", + "watch": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts --theme -d watch,start", "build": "grunt build", "test": "grunt test", "tslint": "tslint -c tslint.json --project tsconfig.json",