talzach

Results 1 comments of talzach

Was able to fix the issue by specifying the outputs directly to the project root dist folder in the `nx.json` file: ``` "targetDefaults": { "build": { "dependsOn": ["^build"], "outputs": ["{projectRoot}/dist"]...