From 67634a48a3b8eb9e6332051e7ef30fdb89d7c918 Mon Sep 17 00:00:00 2001 From: Doron Grinstein Date: Wed, 3 Jan 2018 15:08:37 -0800 Subject: [PATCH] changed description of npm start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebd9bdb..2ae386f 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Below is a list of all the scripts this template has available: | Npm Script | Description | | ------------------------- | ------------------------------------------------------------------------------------------------- | -| `start` | Runs full build before starting all watch tasks. Can be invoked with `npm start` | +| `start` | Does the same as 'npm run serve'. Can be invoked with `npm start` | | `build` | Full build. Runs ALL build tasks (`build-sass`, `build-ts`, `tslint`, `copy-static-assets`) | | `serve` | Runs node on `dist/server.js` which is the apps entry point | | `watch` | Runs all watch tasks (TypeScript, Sass, Node). Use this if you're not touching static assets. |