Skip to content

Commit

Permalink
Merge pull request #178 from victorperin/feat/docs-in-html
Browse files Browse the repository at this point in the history
fix(package): correct build:doc:web output
  • Loading branch information
victorperin committed Jun 12, 2021
2 parents 7f3787a + 61561d3 commit 410a00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:coverage": "nyc --reporter=lcov npm run test:all && cat ./coverage/lcov.info | coveralls",
"test:diff": "jest --no-cache --passWithNoTests --collectCoverage=false --findRelatedTests",
"build:doc": "typedoc",
"build:doc:web": "typedoc --theme ./node_modules/typedoc-neo-theme/bin/default --plugin typedoc-neo-theme",
"build:doc:web": "typedoc --theme ./node_modules/typedoc-neo-theme/bin/default --plugin typedoc-neo-theme --out docs-web",
"publish:docs": "gh-pages -d docs-web",
"build": "tsc",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit 410a00d

Please sign in to comment.