Skip to content

Commit

Permalink
Merge pull request #78 from platacard/fix-release
Browse files Browse the repository at this point in the history
feat(verity): release config
  • Loading branch information
marselkhisamov authored Aug 13, 2024
2 parents 3428ebd + 8af8b01 commit 700abbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: git push --follow-tags
7 changes: 0 additions & 7 deletions libs/client/src/lib/verity-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,10 @@ export class VerityClient {
return [];
}

// TODO: merge with overrides from dev-tools package after it's implemented

return (await response.json()) as VerityDependency[];
} catch (error) {
console.error('Failed to fetch dependencies due to network or other error', error);
return [];
}
}

private getOverrides(): VerityDependency[] {
console.error('Overrides not implemented yet');
return [];
}
}

0 comments on commit 700abbc

Please sign in to comment.