add lerna publish script

pull/7/head
yann300 7 years ago committed by GitHub
parent 12e2a974cf
commit c87eb91348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      package.json

@ -3,6 +3,7 @@
"lerna": "^2.10.2"
},
"scripts": {
"bootstrap": "lerna bootstrap"
"bootstrap": "lerna bootstrap",
"publish": "lerna publish",
}
}

Loading…
Cancel
Save