Run script/bootstrap during script/build

This commit is contained in:
Antonio Scandurra
2017-03-02 08:29:45 +01:00
parent 70c82b1ffa
commit d73547242b

View File

@@ -4,7 +4,7 @@
// Run bootstrap first to ensure all the dependencies used later in this script
// are installed.
// require('./bootstrap')
require('./bootstrap')
// Needed so we can require src/module-cache.coffee during generateModuleCache
require('coffee-script/register')