cleanup: remove unused dev dependency #376
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!376
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-363-dev-dependency-ignores"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The root package still listed
react-grabas a dev dependency even though the repo no longer uses it. Rootdist/and CLInode_modules/generated artifacts also relied on non-repo ignore coverage.Solution
react-grabfrompackage.jsonandpnpm-lock.yaml/dist/and/cli/node_modules/Verification
pnpm install --lockfile-onlypnpm why react-grabgit check-ignore -v dist/example.js cli/node_modules/example cli/dist/example.js node_modules/examplenix develop --command just lintnix develop --command just testnix develop --command just buildCloses #363
Tracker: #355