Skip to content

Commit

Permalink
chore: typo in readme and fixed build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Mar 4, 2024
1 parent e8ba489 commit 4fa44e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: 🔨 Compile TypeScript and lint
run: |
yarn install --offline --frozen-lockfile --non-interactive --logevel=error
yarn install --frozen-lockfile --non-interactive --logevel=error
yarn build
yarn lint
env:
Expand Down
Empty file removed .gitmodules
Empty file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ docker compose -p preview down

### Check Cardano DB sync progress
Use the GraphQL Playground in the browser at http://localhost:3100/graphql:
> **_Note_** This Query is not in early Era's of Cardano. Check Points of Interest here: [Link](https://ogmios.dev/mini-protocols/local-chain-sync/#points-of-interest)
> **_Note_** This Query is not available in early Era's of Cardano. Check Points of Interest here: [Link](https://ogmios.dev/mini-protocols/local-chain-sync/#points-of-interest)
``` graphql
{ cardanoDbMeta { initialized syncPercentage }}
```
Expand Down

0 comments on commit 4fa44e0

Please sign in to comment.