Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-wosinek committed Dec 20, 2024
1 parent 8969c34 commit ee01363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build
run: |
npm ci
npx nx run-many -t build
npx nx run webapp:build
npm run docs
- name: Setup Pages
id: pages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simple appliction to caculate energy costs",
"main": "index.js",
"scripts": {
"docs": "npx typedoc core/src/index.ts webapp/src/main.ts --tsconfig webapp/tsconfig.app.json"
"docs": "npx typedoc core/src/index.ts webapp/src/main.ts --tsconfig webapp/tsconfig.app.json --out dist/docs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ee01363

Please sign in to comment.