Skip to content

Commit

Permalink
fix(recs): modify the interfaces for contracts and implement with war…
Browse files Browse the repository at this point in the history
…p and remote service (#13)
  • Loading branch information
dtfiedler committed Mar 8, 2024
2 parents 2b28675 + 86b00a6 commit 56ebb08
Show file tree
Hide file tree
Showing 35 changed files with 721 additions and 1,343 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node_version: [18.x, 20.x]
command: ['lint', 'format', 'test', 'build']
command: ['lint', 'format', 'test:integration', 'build']
steps:
- uses: actions/checkout@v4

Expand Down
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.

0 comments on commit 56ebb08

Please sign in to comment.