add npm install to make bootstrap
This commit is contained in:
parent
4fc6823ece
commit
254424ced5
1
Makefile
1
Makefile
@ -83,5 +83,6 @@ publish:
|
|||||||
rm -rf templates.json browser.js runtime.js browser-polyfill.js
|
rm -rf templates.json browser.js runtime.js browser-polyfill.js
|
||||||
|
|
||||||
bootstrap:
|
bootstrap:
|
||||||
|
npm install
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
cd vendor/regenerator; npm install
|
cd vendor/regenerator; npm install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user