diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3db2a9f9..67d7c302 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29b..00000000 diff --git a/README.md b/README.md index 6b93237a..24e7c60c 100644 --- a/README.md +++ b/README.md @@ -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 }} ```