Skip to content

Commit

Permalink
chore: style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 27, 2019
1 parent 2649e17 commit e0e0b76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e0e0b76

Please sign in to comment.