Skip to content

Commit

Permalink
Remove ./dist before running babel
Browse files Browse the repository at this point in the history
  • Loading branch information
thani-sh committed Apr 12, 2016
1 parent 301c2aa commit a784f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepublish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
echo "> Start transpiling ES2015"
echo ""
rm -rf ./dist
./node_modules/.bin/babel --ignore __tests__ --plugins "transform-runtime" ./src --out-dir ./dist
echo ""
echo "> Complete transpiling ES2015"

0 comments on commit a784f5b

Please sign in to comment.