mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-09 15:44:55 -04:00
Fix
This commit is contained in:
@@ -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
|
||||
|
||||
2
.github/copilot-instructions.md
vendored
2
.github/copilot-instructions.md
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user