fix: update lockfile for twenty CLI bin path change (#17739)

## Summary

The lockfile had a stale reference to `dist/cli/index.cjs` but the
twenty CLI bin was changed to `dist/cli.cjs`.

This was causing CI to fail with:
```
YN0028: -    twenty: dist/cli/index.cjs
YN0028: +    twenty: dist/cli.cjs
YN0028: The lockfile would have been modified by this install, which is explicitly forbidden.
```

This PR updates the lockfile to match the new path.
This commit is contained in:
Félix Malfait
2026-02-05 14:12:04 +01:00
committed by GitHub
parent 66b87c641c
commit f899804db3
+1 -1
View File
@@ -57032,7 +57032,7 @@ __metadata:
wait-on: "npm:^7.2.0"
zod: "npm:^4.1.11"
bin:
twenty: dist/cli/index.cjs
twenty: dist/cli.cjs
languageName: unknown
linkType: soft