chore(babel): log babel version on build

This commit is contained in:
Dominik Ferber
2016-03-02 17:13:03 +01:00
parent 03685dbfc9
commit 4d16aeb2d3

View File

@@ -7,7 +7,7 @@
"tag": "next"
},
"scripts": {
"build": "babel lib -d dist --optional runtime",
"build": "babel --version && babel lib -d dist --optional runtime",
"build:w": "npm run build -- -w",
"build:istanbul": "npm run build -- --auxiliary-comment-before \"istanbul ignore next\"",
"check-coverage": "istanbul check-coverage",