Skip to content

Commit

Permalink
fix: fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
kbariotis committed Jan 2, 2022
1 parent 36747bb commit f78407f
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 @@ -22,7 +22,8 @@
"test:unit": "jest src/",
"watch:build": "tsc -p tsconfig.json -w",
"watch:test": "jest --watch src/",
"doc": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs"
"doc": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs",
"semantic-release": "semantic-release"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit f78407f

Please sign in to comment.