Skip to content

Commit 04a63ce

Browse files
committed
build: specify build order (see comment)
npm workspaces doesn't detect dependency topology when building multiple workspaces. I don't know when, and I don't care to debug it. - npm/cli#4139 - npm/cli#3034
1 parent 2620b04 commit 04a63ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"@types/webpack": "^5.18.0"
1414
},
1515
"workspaces": [
16-
"packages/*"
16+
"packages/repo-collector-types",
17+
"packages/repo-collector",
18+
"packages/webapp",
19+
"packages/infrastructure"
1720
]
1821
}

0 commit comments

Comments
 (0)