updated readme
This commit is contained in:
parent
f2ef982189
commit
4806f5ceff
@ -30,7 +30,7 @@ Then use it in package.json's script section to trigger a build:
|
||||
**Execution order of tasks**
|
||||
|
||||
1. Install typings
|
||||
2. Compile TypeScript
|
||||
2. Transpile TypeScript with inline sourcemaps
|
||||
3. Create Declaration Files
|
||||
4. Instrumentalize created JavaScript files with istanbul
|
||||
5. Run Tests
|
||||
@ -62,6 +62,8 @@ npmts instrumentalizes the created JavaScript code to create a coverage report.
|
||||
When Typings have been installed, TypeScript + Declaration files have been transpiled and the resulting JS has been instrumentalized,
|
||||
npmts runs `.test/test.js` with mocha.
|
||||
|
||||
Any errors will be shown with reference to their originating source in TypeScript.
|
||||
|
||||
When requiring the module from other TypeScript files,
|
||||
the TypeScript Compiler will use the declaration file to resolve typings.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user