Skip to content

Commit

Permalink
config(yarn): enable workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ovlb committed Oct 15, 2019
1 parent e0a2cf5 commit 1a45914
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"publishConfig": {
"access": "public"
},
"npmClient": "yarn"
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@tournant/ui",
"private": true,
"license": "MIT",
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"bootstrap": "lerna bootstrap",
"build:changed": "lerna run build --parallel --since origin/master",
"build:ui": "vue-cli-service build",
"build": "lerna run build --parallel",
Expand Down Expand Up @@ -55,5 +56,8 @@
"vue-cli-service lint",
"git add"
]
}
},
"workspaces": [
"packages/*"
]
}

0 comments on commit 1a45914

Please sign in to comment.