tscoverage/docs/default.md
2017-01-15 14:32:28 +01:00

542 B

Default task execution of npmts

  1. Config: Check config in ./npmextra.json (Check out npmextra)
  2. Clean: Clean up from any previous builds (old js files)
  3. Check: Check project for typings declaration in package.json, unused dependencies and missing dependencies
  4. Transpile: Transpile TypeScript with inline sourcemaps and declaration files to ES target
  5. Test: Babelify ES6 to ES5 on the fly, instrumentalize ES5 JavaScript with istanbul and run tests with Mocha.