Skip to content

Commit

Permalink
lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Oct 16, 2018
1 parent a140d64 commit d912e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"scripts": {
"publish": "lerna publish",
"publish:alpha": "lerna publish --npm-tag alpha",
"publish": "lerna publish --progress",
"publish:alpha": "lerna publish --npm-tag alpha --progress --force-publish=*",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"changed": "lerna changed",
Expand Down
2 changes: 1 addition & 1 deletion packages/craco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"webpack-merge": "4.1.4"
},
"version": "1.0.0-alpha.3",
"gitHead": "bae9121d28b5759bc71a5368b6326583823ce778"
"gitHead": "a140d649383f1e2beaa623b00e75da6f3eaedd26"
}

0 comments on commit d912e74

Please sign in to comment.