Skip to content

Commit

Permalink
Add build and build:watch global tasks
Browse files Browse the repository at this point in the history
Will make it easier to build / watch the three libraries together.
  • Loading branch information
bpierre committed Mar 13, 2018
1 parent 39f53d0 commit 4438717
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"lint": "lerna run lint",
"test": "lerna run test",
"install": "npm run bootstrap",
"bootstrap": "lerna bootstrap"
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"build:watch": "lerna run --parallel build -- -- --watch"
}
}

0 comments on commit 4438717

Please sign in to comment.