commit
583cde6f8c
4
Makefile
4
Makefile
@ -53,13 +53,13 @@ test-ci:
|
|||||||
publish:
|
publish:
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
make test
|
make test
|
||||||
lerna publish
|
./node_modules/.bin/lerna publish
|
||||||
make clean
|
make clean
|
||||||
#./scripts/build-website.sh
|
#./scripts/build-website.sh
|
||||||
|
|
||||||
bootstrap:
|
bootstrap:
|
||||||
npm install
|
npm install
|
||||||
lerna bootstrap
|
./node_modules/.bin/lerna bootstrap
|
||||||
make build
|
make build
|
||||||
cd packages/babel-runtime; \
|
cd packages/babel-runtime; \
|
||||||
node scripts/build-dist.js
|
node scripts/build-dist.js
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user