We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246b98e commit 76a6fdaCopy full SHA for 76a6fda
1 file changed
pkgs/client/project.json
@@ -39,7 +39,7 @@
39
"build:browser": {
40
"executor": "@nx/vite:build",
41
"outputs": ["{options.outputPath}"],
42
- "dependsOn": ["^build"],
+ "dependsOn": ["^build", "build:lib"],
43
"inputs": ["production", "^production"],
44
"options": {
45
"outputPath": "pkgs/client/dist",
0 commit comments