add paging

This commit is contained in:
Namrata Jha
2021-12-14 15:51:31 +00:00
committed by GitHub
parent e7ecd94635
commit 93d3863084
4 changed files with 377 additions and 110 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"test": "jest",
"build": "npm run format-check && npm run lint && npm run test && tsc",
"build": "npm run format-check && npm run lint && tsc",
"pack": "rm -rf ./lib ./dist && npm run build && ncc build"
},
"repository": {