Skip to content

Commit

Permalink
Fix website generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Dec 7, 2023
1 parent aa9dc73 commit e91d547
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"demo:start": "npm start --workspace=@sigma/demo",
"demo:build": "npm run build --workspace=@sigma/demo",
"website:build": "npm run build --workspace=@sigma/website",
"website:all": "npm run website:build && npm run demo:build && cp -R demo/build website/build/demo && npm run examples:build && cp -R examples/build website/build/examples"
"website:all": "npm run website:build && npm run demo:build && cp -R packages/demo/build packages/website/build/demo && npm run examples:build && cp -R packages/examples/build packages/website/build/examples"
},
"devDependencies": {
"typescript": "^5.2.2"
Expand Down
1 change: 0 additions & 1 deletion packages/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const config = {
entryPoints: [
"../sigma/src/sigma.ts",
"../sigma/src/core/camera.ts",
"../sigma/src/core/quadtree.ts",
"../sigma/src/core/captors/mouse.ts",
"../sigma/src/core/captors/touch.ts",
],
Expand Down

0 comments on commit e91d547

Please sign in to comment.