615 B
615 B
Default task execution of npmts
- Config: Check config in ./npmextra.json (Check out npmextra)
- Clean: Clean up from any previous builds (old js files)
- Check: Check project for typings declaration in package.json, unused dependencies and missing dependencies
- Transpile: Transpile TypeScript with inline sourcemaps and declaration files to ES target
- Documentation: Create TypeDoc Documentation from TypeScript files
- Test: Babelify ES6 to ES5 on the fly, instrumentalize ES5 JavaScript with istanbul and run tests with Mocha.