Skip to content

Commit

Permalink
fix: remove test folder build to fix module entry
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin658 committed Mar 4, 2020
1 parent 3f1c942 commit a78db99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Query first page without any cursor

```typescript
import { getConnection } from "typeorm";
import { buildPaginator } from 'typeorm-cursor-pagination';

const queryBuilder = getConnection()
.getRepository(User)
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
},
"include": [
"./src/**/*",
"./test/**/*"
]
}

0 comments on commit a78db99

Please sign in to comment.