Cory Logan
Cory Logan
I think I get what you're saying, but could you explain just a bit further? Maybe an example of what happens now, and what **should** happen?
I think that makes sense, but it seems like the kind of change that might break things for current users. Maybe we should put that in a 1.3.0 release?
This looks like a duplicate of issue #6. But yeah, I'd love a little more highlighting to help me spot typos. 👍
I'm getting the same error. I'm trying to understand how not using `package.json` scripts would help? I'm also trying to understand how to update my `project.json` to actually build correctly.I...
I've moved to this structure in my `project.json` for this package: ``` { "name": "workflow-bundler", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/workflow-bundler/src", "projectType": "library", "tags": [], "targets": { "build": { "executor": "nx:run-commands", "options":...
This might have to do with the ssh agent on your machine not running. At least that's what it was for a coworker.