Skip to content

Commit

Permalink
fix git status
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-sven committed Jul 1, 2024
1 parent 2d96587 commit ffd38d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ jobs:
## Build and test app start
- name: Install pnpm dependencies
run: npm install [email protected] -g && pnpm install
- name: Gen SDK dependencie Code
run: pnpm rooch-sdk gen
- name: Lint
run: pnpm lint
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/rooch-sdk/test-e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"emitDeclarationOnly": false,
"resolveJsonModule": true
}
}
}
2 changes: 1 addition & 1 deletion sdk/typescript/rooch-sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"module": "CommonJS",
"outDir": "dist/cjs",
"rootDir": "src",
"isolatedModules": true,
"isolatedModules": true
}
}

0 comments on commit ffd38d0

Please sign in to comment.