Skip to content

Commit 0a29274

Browse files
authored
pnpm-workspace.yaml: name native-fungible as workspace member (#4525)
## Motivation `fungible` was incorrectly named as the workspace member, instead of `native-fungible`, which could lead to some confusing issues when building the `native-fungible` frontend (e.g. `vite` would not be found during a Vite build step). ## Proposal Fix it. ## Test Plan `pnpm install` in the `native-fungible` directory. ## Release Plan - Nothing to do / These changes follow the usual release cycle. ## Links - [reviewer checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist) Signed-off-by: James Kay <[email protected]>
1 parent ba1fc74 commit 0a29274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ packages:
33
- ../linera-web/signer
44
- counter
55
- counter/metamask
6-
- fungible
6+
- native-fungible

0 commit comments

Comments
 (0)