Skip to content

Commit

Permalink
fix: Docs failing to generate
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Aug 13, 2024
1 parent b4911fd commit 5e6cf94
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 @@ -40,10 +40,11 @@
"compile-cpp": "run-script-os",
"compile-cpp:linux": "./scripts/cpp-build.sh",
"compile-cpp:win32": "wsl -e ./scripts/cpp-build.sh",
"pack-duckdb": "lerna run pack-duckdb",
"gen-docs": "typedoc",
"gen-docs-watch": "typedoc --watch",
"build-docs-vitepress": "vitepress build docs",
"build-docs": "run-s gen-docs build-docs-vitepress copy-res",
"build-docs": "run-s pack-duckdb gen-docs build-docs-vitepress copy-res",
"build-docs-watch": "vitepress dev docs",
"build-docker-image": "docker build --rm --progress plain -f \"./docker/ubuntu-dev.dockerfile\" -t hpcc-js-wasm-build:latest \".\"",
"build-docker-wasm": "npx -y mkdirp dist && docker run --rm -it --mount source=\"/hpcc-js-wasm/dist\",target=/usr/src/app/dist hpcc-js-wasm-build:latest",
Expand Down

0 comments on commit 5e6cf94

Please sign in to comment.