Skip to content

Commit 76a6fda

Browse files
committed
chore: add build:lib dependency to client build:browser task (#430)
Added dependency on `build:lib` for the `build:browser` task in the client package to ensure the library is built before the browser build.
1 parent 246b98e commit 76a6fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/client/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build:browser": {
4040
"executor": "@nx/vite:build",
4141
"outputs": ["{options.outputPath}"],
42-
"dependsOn": ["^build"],
42+
"dependsOn": ["^build", "build:lib"],
4343
"inputs": ["production", "^production"],
4444
"options": {
4545
"outputPath": "pkgs/client/dist",

0 commit comments

Comments
 (0)