Skip to content

Commit

Permalink
publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kael-shipman committed Dec 30, 2023
1 parent 5cf8199 commit bef4fdb
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/classes/DebouncedFunc.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/Debouncer.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/DebouncedFuncInterface.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/DebouncerInterface.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/DebouncedFuncStatuses.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/GenericDebouncerContract.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint src tests",
"lint:fix": "pnpm lint --fix",
"preinstall": "npx only-allow pnpm",
"prepublishOnly": "pnpm clean && pnpm build && npm run docgen",
"prepublishOnly": "pnpm clean && pnpm build && npm run docs:gen",
"prettier": "prettier src tests --check",
"prettier:fix": "pnpm prettier --write",
"test": "pnpm typecheck && pnpm prettier && pnpm lint && pnpm test:jest",
Expand Down

0 comments on commit bef4fdb

Please sign in to comment.