Skip to content

Commit

Permalink
script change
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Dec 20, 2021
1 parent 875f39f commit 7de33e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build",
"build": "tsc -p tsconfig.json",
"docs": "npx typedoc src/index.ts"
"docs": "npx typedoc src/index.ts",
"docs:publish": "git subtree push --prefix docs origin gh-pages "
},
"keywords": [
"pagination",
Expand Down

0 comments on commit 7de33e4

Please sign in to comment.