mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
chore(babel): log babel version on build
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user