Skip to content

Commit

Permalink
Merge pull request #101 from kadirahq/fix-prepublish
Browse files Browse the repository at this point in the history
Fix the prepublish script
  • Loading branch information
Muhammed Thanish committed Apr 12, 2016
2 parents db8661a + e71647c commit d6f36c0
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 d6f36c0

Please sign in to comment.