add npm install to make bootstrap

This commit is contained in:
Sebastian McKenzie 2015-01-06 12:17:39 +11:00
parent 4fc6823ece
commit 254424ced5

View File

@ -83,5 +83,6 @@ publish:
rm -rf templates.json browser.js runtime.js browser-polyfill.js
bootstrap:
npm install
git submodule update --init
cd vendor/regenerator; npm install