Skip to content

Commit

Permalink
chore: add lerna scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Aug 29, 2019
1 parent 75dcce1 commit 41f0e0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"private": true,
"scripts": {
"build": "lerna run build",
"publish": "lerna publish from-package --contents pkg"
},
"devDependencies": {
"husky": "^3.0.4",
"lerna": "^3.16.4",
Expand Down

0 comments on commit 41f0e0b

Please sign in to comment.