build: ensure bootstrap works on windows
This commit is contained in:
parent
366257915e
commit
404eb2f972
4
Makefile
4
Makefile
@ -119,5 +119,5 @@ publish-core:
|
|||||||
bootstrap:
|
bootstrap:
|
||||||
npm install
|
npm install
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
cd vendor/regenerator; npm install
|
cd vendor/regenerator && npm install
|
||||||
cd vendor/compat-table; npm install object-assign
|
cd vendor/compat-table && npm install object-assign
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user