Skip to content

Commit

Permalink
Add script to publish new package with lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorCazanave committed Nov 9, 2019
1 parent 10171ae commit d507508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "node svgToJs.js"
"build": "node svgToJs.js",
"release": "lerna publish from-package"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d507508

Please sign in to comment.