rules_js icon indicating copy to clipboard operation
rules_js copied to clipboard

Help a user who forgot to update their pnpm-lock.yaml

Open alexeagle opened this issue 3 years ago • 1 comments

We could have some repository rule to re-run pnpm install --lockfile-only and verify that the users file is up-to-date.

Otherwise you might add a first-party dep to your package.json and then Bazel doesn't see that change.

alexeagle avatar Jun 02 '22 17:06 alexeagle

@alexeagle Is this addressed by #157?

cgrindel avatar Sep 27 '22 23:09 cgrindel

Resolved with update_pnpm_lock feature in npm_translate_lock

gregmagolan avatar Jan 24 '23 07:01 gregmagolan