Potential bugs?
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 5
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 1
Description
I notice some unexpected behavior in newly created workspaces...
- In nx.json file, the
namedInputs.sharedGlobalsis now an empty array instead contains the"{workspaceRoot}/.github/workflows/ci.yml"path. Creating a new ci workflow using @nx/workspace generators, adds the workflow path to the sharedGlobals, so I think there is a bug of the empty template - The template uses
@org/sourceinstead of the name of the workspace, this is intentional? - The GitHub workflow use rpm even when the workspace was created using
--pm=pnpmflag
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing nx.json and .github/workflows/ci.yml in this template with output from the @nx/workspace generators for a pnpm workspace. Check the sharedGlobals entry, the @org/source placeholder, and the package-manager commands; done means each discrepancy is either corrected or confirmed as intentional.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100