From 1428ef168795a893466d55c3d288c8e176156514 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 17 Feb 2026 16:39:32 +0100 Subject: [PATCH] Fix --- .aiassistant/rules/guidelines.md | 2 +- .github/copilot-instructions.md | 2 +- .junie/guidelines.md | 2 +- README.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.aiassistant/rules/guidelines.md b/.aiassistant/rules/guidelines.md index 4b16fa79..884c6125 100644 --- a/.aiassistant/rules/guidelines.md +++ b/.aiassistant/rules/guidelines.md @@ -1234,7 +1234,7 @@ If you want to avoid any conflict / break or simply have it run faster, run the ```bash yarn test:db:reset # reset your local supabase -yarn isolated +yarn dev:isolated ``` ### Contributing diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 178839f4..c939b721 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1230,7 +1230,7 @@ If you want to avoid any conflict / break or simply have it run faster, run the ```bash yarn test:db:reset # reset your local supabase -yarn isolated +yarn dev:isolated ``` ### Contributing diff --git a/.junie/guidelines.md b/.junie/guidelines.md index 5a37d7c1..91c504e9 100644 --- a/.junie/guidelines.md +++ b/.junie/guidelines.md @@ -1230,7 +1230,7 @@ If you want to avoid any conflict / break or simply have it run faster, run the ```bash yarn test:db:reset # reset your local supabase -yarn isolated +yarn dev:isolated ``` ### Contributing diff --git a/README.md b/README.md index 7fc80e42..06440d11 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ yarn install --frozen-lockfile ### Tests -Make sure the tests pass: +Make sure the Jest tests pass: ```bash yarn test ``` @@ -190,7 +190,7 @@ Supabase CLI npm install -g supabase # Verify -supabase --version +npx supabase --version ``` Java 21+ @@ -218,7 +218,7 @@ firebase --version Run in isolation ```bash -yarn isolated +yarn dev:isolated ``` Visit `http://localhost:3000` as usual. Your local database comes preloaded with synthetic test profiles so the app