Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
chore: update package json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed May 29, 2018
1 parent 4e5603b commit b9cc524
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"lerna": "2.9.0",
"packages": [
"packages/**/*"
],
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"scripts": {
"clean": "lerna clean",
"bs": "lerna bootstrap",
"build": "lerna run build"
"packages": "run-s packages:*",
"packages:fix": "lerna run fix",
"packages:lint": "lerna run tslint",
"packages:build": "lerna run build --ignore docz-example-*",
"prerelease": "yarn run packages",
"release": "lerna publish --conventional-commits"
},
"devDependencies": {
"del": "^3.0.0",
Expand Down

0 comments on commit b9cc524

Please sign in to comment.