Skip to content

Commit 3315aa6

Browse files
authored
Merge pull request #508 from bitgopatmcl/swc-based-openapi-generator
Implement openapi-generator v2
2 parents 7007caf + 340c14b commit 3315aa6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+15051
-12996
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
node-version: ${{ matrix.node-version }}
3737

3838
- name: Install dependencies
39-
run: npm ci
39+
run: |
40+
npm ci
4041
4142
- name: Restore Turbo Cache
4243
uses: actions/cache@v3

0 commit comments

Comments
 (0)