Skip to content

Commit

Permalink
bigbang: fix check pipeline 2
Browse files Browse the repository at this point in the history
  • Loading branch information
llucasspot committed Apr 16, 2024
1 parent a6c3106 commit e51efeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ jobs:

- name: Check Formatting
run: yarn apps:format

- name: Check Ts
run: yarn apps:typecheck
2 changes: 0 additions & 2 deletions apps/backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
"#app/*": ["./src/app/*"],
"#core/*": ["./src/core/*"],
"#modules/*": ["./src/modules/*"],

"@boumboum/swagger-spotify": ["../../node_modules/@boumboum/swagger-spotify"]
}
},
}

0 comments on commit e51efeb

Please sign in to comment.