diff --git a/build/build.js b/build/build.js index 94ffd895a..2129f0d0f 100644 --- a/build/build.js +++ b/build/build.js @@ -5,9 +5,5 @@ const transpileBabelPaths = require('./lib/transpile-babel-paths') const transpileCoffeeScriptPaths = require('./lib/transpile-coffee-script-paths') -function transpile () { - transpileBabelPaths() - transpileCoffeeScriptPaths() -} - -transpile() +transpileBabelPaths() +transpileCoffeeScriptPaths()