From e0e0b7626b6882e9676285a48d1a1eb57868637c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Fri, 27 Sep 2019 16:44:40 -0400 Subject: [PATCH] chore: style fix --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5506e57b3bd8..392c9bed35a1 100644 --- a/Makefile +++ b/Makefile @@ -59,11 +59,11 @@ build-dist: build-polyfill-dist build-plugin-transform-runtime-dist build-polyfill-dist: cd packages/babel-polyfill; \ - scripts/build-dist.sh + scripts/build-dist.sh build-plugin-transform-runtime-dist: cd packages/babel-plugin-transform-runtime; \ - node scripts/build-dist.js + node scripts/build-dist.js build-no-bundle: clean clean-lib BABEL_ENV=development yarn gulp build-no-bundle @@ -165,7 +165,6 @@ bootstrap-test262: git clone --branch=master --single-branch --shallow-since=2019-01-01 https://github.com/tc39/test262.git build/test262 cd build/test262 && git checkout $(TEST262_COMMIT) - test-test262: node scripts/tests/test262/run_babel_parser_test262.js