Skip to content

Commit

Permalink
testing alternative doc site assembly steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Sep 17, 2024
1 parent 52e52a3 commit e274206
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 15 deletions.
6 changes: 3 additions & 3 deletions netlify-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pip3 install pipenv
pipenv install
echo "Installing deps"
pnpm install
echo "Building docker image"
pnpm docs:prebuild
echo "Building site docs"
pnpm docs:build
pnpm compile
node scripts/renderer/out/typedoc2html.js
mkdocs build
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"///": "All dependencies for all packages (hoisted)",
"////": "All typings are added into root `package.json` to avoid duplication errors in the IDE compiler (several `node.d.ts` files).",
"dependencies": {
"@types/fs-extra": "^11.0.4",
"dmg-license": "1.0.11"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@changesets/changelog-github": "0.4.7",
"@changesets/cli": "2.25.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
Expand All @@ -69,7 +69,6 @@
"replace-in-file": "6.2.0",
"source-map-support": "0.5.21",
"ts-jsdoc": "3.2.2",
"ts-node": "^10.9.2",
"typedoc": "^0.26",
"typedoc-plugin-markdown": "^4.2.7",
"typescript": "^5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-appimage/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
},
"include": [
"main.js"
],
]
}
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
},
"include": [
"main.js"
],
]
}
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
},
"include": [
"main.js"
],
]
}
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-snap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
},
"include": [
"main.js"
],
]
}
10 changes: 4 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e274206

Please sign in to comment.