Skip to content

Commit

Permalink
Merge pull request #19 from jeff-tbd/fix/workflows-2
Browse files Browse the repository at this point in the history
test
  • Loading branch information
jeff-tbd committed Sep 26, 2023
2 parents a7f94f6 + fc2de81 commit 2abcedf
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 @@ -8,7 +8,8 @@
"scripts": {
"prepublishOnly": "tsc -d",
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git-cz"
"commit": "git-cz",
"build:typedoc": "typedoc src/index.ts"
},
"files": [
"dist",
Expand Down

0 comments on commit 2abcedf

Please sign in to comment.