mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
refactor(npm): start v2
This commit isn't a breaking change, but the ones before it were. This commit is used to tell semantic-release to increment the major version. BREAKING CHANGE: removed core rules
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"branch": "dev"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel --version && babel lib -d dist --optional runtime",
|
||||
"build": "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