From 8bad2d256a0790e6c231ed49338844331f7888e6 Mon Sep 17 00:00:00 2001 From: Luqi Pan Date: Wed, 7 Feb 2024 11:56:52 -0800 Subject: [PATCH] chore: update workspace name for ui folder to make `yarn test:e2e` work --- ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index 0e840917..0cb0c980 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,5 +1,5 @@ { - "name": "dapp-agoric-basics-ui", + "name": "agoric-basics-ui", "private": true, "version": "0.0.0", "type": "module", @@ -52,4 +52,4 @@ "arrowParens": "avoid", "singleQuote": true } -} \ No newline at end of file +}