Skip to content

Commit

Permalink
fix: Enable "npm workspaces" to make peerDependencies work in build a…
Browse files Browse the repository at this point in the history
…nd development
  • Loading branch information
Iku-turso committed Oct 16, 2022
1 parent 7a24bea commit 628c37b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"version": "11.0.0",
"packages": [
"packages/*"
],
"useWorkspaces": true,
"packages": ["packages/*"],
"command": {
"bootstrap": {
"npmClientArgs": [
"--no-package-lock"
],
"npmClientArgs": ["--no-package-lock"],
"hoist": true
},
"publish": {
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "ogre-tools",
"version": "0.0.1",
"description": "An assortment of tools for brutal software development.",
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ogre-works/ogre-tools.git"
Expand Down

0 comments on commit 628c37b

Please sign in to comment.