Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
[HOTFIX] Fix 0.1.0 release (#139)
Browse files Browse the repository at this point in the history
* Add --yes flag to lerna clean call to avoid user prompt

* Readd version key to lerna.json
  • Loading branch information
paolobueno committed Sep 29, 2017
1 parent 634557c commit 3879e3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"publish": {
"exact": true
}
}
},
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"publish:dry": "npm run publish:prepare && lerna publish --skip-npm --skip-git --canary --yes",
"publish:test": "./scripts/test-publish.sh",
"publish:full": "npm run publish:prepare && lerna publish",
"publish:demo-server": "lerna clean && lerna bootstrap && lerna run build --scope='@raincatcher/demo-server' && NODE_DEBUG=gh-pages node ./scripts/publish-app server --push true"
"publish:demo-server": "lerna clean --yes && lerna bootstrap && lerna run build --scope='@raincatcher/demo-server' && NODE_DEBUG=gh-pages node ./scripts/publish-app server --push true"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3879e3a

Please sign in to comment.