Skip to content

Commit

Permalink
Stop using Yarn workspaces for now as they don't want to work on Netl…
Browse files Browse the repository at this point in the history
…ify (#2383)

* Revert workspaces

* Also remove from package.json
  • Loading branch information
KyleAMathews committed Oct 7, 2017
1 parent 0a7661b commit a13821f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"version": "independent",
"useWorkspaces": true
"hoist": true
}
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -62,8 +62,5 @@
"test:watch": "jest --watch",
"test_bkup": "npm run lint && npm run test-node && npm run test-integration",
"watch": "lerna run watch --no-sort --stream --concurrency 999"
},
"workspaces": [
"packages/*"
]
}
}

0 comments on commit a13821f

Please sign in to comment.