You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speedup our travis CI build and testing by 2X.
This run took: 8 min 33 sec [link](https://travis-ci.org/tensorflow/tfjs-core/builds/506838185)
Yesterday's run took: 16min 53 sec [link](https://travis-ci.org/tensorflow/tfjs-core/builds/506570451)
**Details**
- We used to re-compile our codebase 10 times over (every time you call `ts-node` and `karma`)
- Now we compile it only once (`yarn build`) and run `node` and `karma` using the `browserify` plugin, which circumvents the typescript compilation
- Also speedup the vscode `build` task by 1.5X by passing `--noEmit` to typescript to skip generating build artifacts.
DEV
0 commit comments