Skip to content

Commit

Permalink
feat: generate node api in TypeScript
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `genSwaggerClient` removed
Use `swagger-client` package instead.
  • Loading branch information
davidyuk committed May 16, 2022
1 parent e502b13 commit 5576cf9
Show file tree
Hide file tree
Showing 12 changed files with 365 additions and 494 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
else
npx commitlint --from $BASE --to $HEAD --verbose
fi
- run: npm run lint
- run: npm run build
- run: npm run lint
- run: npm run test:unit
- run: docker-compose up -d
- name: Ensure that node is running
Expand Down
Loading

0 comments on commit 5576cf9

Please sign in to comment.