Skip to content

Commit d1a2c95

Browse files
author
Doron Grinstein
committed
changed description of npm start
1 parent 0e3e30e commit d1a2c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Below is a list of all the scripts this template has available:
146146

147147
| Npm Script | Description |
148148
| ------------------------- | ------------------------------------------------------------------------------------------------- |
149-
| `start` | Runs full build before starting all watch tasks. Can be invoked with `npm start` |
149+
| `start` | Does the same as 'npm run serve'. Can be invoked with `npm start` |
150150
| `build` | Full build. Runs ALL build tasks (`build-sass`, `build-ts`, `tslint`, `copy-static-assets`) |
151151
| `serve` | Runs node on `dist/server.js` which is the apps entry point |
152152
| `watch` | Runs all watch tasks (TypeScript, Sass, Node). Use this if you're not touching static assets. |

0 commit comments

Comments
 (0)