Skip to content

Commit

Permalink
feat: add examples to lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
okoala committed Dec 26, 2017
1 parent 36f9e62 commit ef53ed5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
},
"packages": [
"packages/*",
"bench/*"
"bench/*",
"examples/*"
],
"npmClient": "npm",
"npmClientArgs": [
"--no-lockfile"
]
}
}

0 comments on commit ef53ed5

Please sign in to comment.