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

Commit

Permalink
Merge e972aa6 into 634557c
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobueno committed Sep 29, 2017
2 parents 634557c + e972aa6 commit fb2f4b5
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 fb2f4b5

Please sign in to comment.