Skip to content

Commit d597e4c

Browse files
authored
Update README.md
1 parent 52d7793 commit d597e4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ __Soon with release of TypeScript 2.1 proper transpilation will be provided elim
151151
1. `npm run bundle-dev` - bundle vendor packages for development _(re-run only when app dependencies has changed)_
152152
2. `npm start` - browser will open automatically
153153

154-
No IDE Option: `npm run tsc:watch` - if you don't use IDE with typescript integration, run tsc in watch mode for fast incremental type-checking (NOTE: this will not emit any JS files, only type-checking - it's OK because you load ts file on-the-fly)
154+
#### NO-IDE Workflow - command line type checking
155+
1. `npm run tsc:watch` - if you don't use IDE with typescript integration, run tsc compiler in watch mode for fast incremental type-checking (NOTE: this will not emit any JS files, only type-checking - it's OK because you load ts file on-the-fly)
156+
2. `npm run tsc` - one-time project wide type-safety check
155157

156158
#### Build for Production Workflow
157159
1. `npm run build` - create app.js & vendor.js bundles in 'dist' folder

0 commit comments

Comments
 (0)