8000 Add CI that keeps lockfile up to date · Issue #561 · configu/configu · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content 10000
Add CI that keeps lockfile up to date #561
Open
@davidmeirlevy

Description

@davidmeirlevy

Suggestion

on the ci-integrations pipeline, make sure the pnpm install will ignore the lockfile problem.
it can be done in two ways:

  1. (recommended): change NODE_ENV to development, or use pnpm install instead of pnpm ci, to make sure it ignores the lockfile changes.
  2. (not recommended, use it if the first one not working): remove the pnpm lock file before the install step, so it will force to ignore it.

Motivation

we want the CI to pass for contribution PRs, and will test the actual integrations build without falling on non-relevant problems on installation.

Context

No response

Metadata

Metadata

Assignees

Labels

choreGeneral codebase workfeatNew feature or requestgood first issueGood for newcomershacktoberfesthelp wantedOpportunities for external contributors

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0