fix clean lib
This commit is contained in:
parent
07d49ffabf
commit
10d75f6d8a
2
Makefile
2
Makefile
@ -15,6 +15,7 @@ build-dist: build
|
|||||||
node scripts/generate-babel-types-docs.js
|
node scripts/generate-babel-types-docs.js
|
||||||
|
|
||||||
watch: clean
|
watch: clean
|
||||||
|
rm -rf packages/*/lib
|
||||||
./node_modules/.bin/gulp watch
|
./node_modules/.bin/gulp watch
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
@ -27,7 +28,6 @@ fix:
|
|||||||
./node_modules/.bin/eslint packages/ --format=codeframe --fix
|
./node_modules/.bin/eslint packages/ --format=codeframe --fix
|
||||||
|
|
||||||
clean: test-clean
|
clean: test-clean
|
||||||
rm -rf packages/*/lib
|
|
||||||
rm -rf packages/babel-polyfill/browser*
|
rm -rf packages/babel-polyfill/browser*
|
||||||
rm -rf packages/babel-polyfill/dist
|
rm -rf packages/babel-polyfill/dist
|
||||||
rm -rf coverage
|
rm -rf coverage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user