add make build to makefile and elaborate on build steps in CONTRIBUTING - #1357.

This commit is contained in:
Sebastian McKenzie
2015-04-27 03:16:39 +01:00
parent 4e24ae39cf
commit c00f8dce3f
2 changed files with 9 additions and 5 deletions

View File

@@ -118,3 +118,4 @@ bootstrap:
cd packages/babel-cli && npm install && npm link && npm link babel-core
git submodule update --init
cd vendor/compat-table && npm install object-assign
make build