Skip to content

Commit

Permalink
Independent mode (#120)
Browse files Browse the repository at this point in the history
* use independent mode for publishing

* add lerna-changelog
  • Loading branch information
hzoo authored Aug 29, 2016
1 parent 67a5ea5 commit fbab84c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"lerna": "2.0.0-beta.26",
"version": "0.0.3",
"version": "independent",
"publishConfig": {
"ignore": [
"*.md",
"__tests__"
]
},
"changelog": {
"repo": "babel/babili",
"labels": {
"bug": "Bug Fix",
"docs": "Docs",
"chore": "Chore",
"feature": "New Feature"
}
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"author": "amasad",
"scripts": {
"bootstrap": "lerna bootstrap",
"changelog": "lerna-changelog",
"clean": "lerna clean",
"publish": "git pull origin master --rebase && npm run build && lerna publish",
"publish-internal": "git pull origin master --rebase && npm run build && NPM_DIST_TAG=internal ./node_modules/.bin/lerna publish --skip-git",
Expand Down Expand Up @@ -44,6 +45,7 @@
"gulp-util": "^3.0.7",
"jest-cli": "^14.1.0",
"lerna": "2.0.0-beta.26",
"lerna-changelog": "^0.2.1",
"through2": "^2.0.1",
"uglify-js": "^2.7.3"
}
Expand Down

0 comments on commit fbab84c

Please # to comment.