remove babel-browser
This commit is contained in:
5
Makefile
5
Makefile
@@ -4,14 +4,12 @@ export NODE_ENV = test
|
||||
|
||||
PATH := node_modules/.bin:$(PATH)
|
||||
|
||||
.PHONY: clean test test-only test-cov test-clean test-travis test-browser publish build bootstrap publish-core publish-runtime build-website build-core watch-core build-core-test clean-core prepublish
|
||||
.PHONY: clean test test-only test-cov test-clean test-travis publish build bootstrap publish-core publish-runtime build-website build-core watch-core build-core-test clean-core prepublish
|
||||
|
||||
build: clean
|
||||
gulp build
|
||||
|
||||
build-dist: build
|
||||
cd packages/babel-browser; \
|
||||
scripts/build-dist.sh
|
||||
cd packages/babel-polyfill; \
|
||||
scripts/build-dist.sh
|
||||
cd packages/babel-runtime; \
|
||||
@@ -25,7 +23,6 @@ lint:
|
||||
#flow check
|
||||
|
||||
clean: test-clean
|
||||
rm -rf packages/babel-browser/browser*
|
||||
rm -rf packages/babel-polyfill/browser*
|
||||
rm -rf coverage
|
||||
rm -rf packages/*/npm-debug*
|
||||
|
||||
Reference in New Issue
Block a user