Skip to content

Commit

Permalink
fix export dir to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jul 6, 2024
1 parent b6759ca commit 54cc86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@ dist
.DS_Store
.vscode
.aider*
cosmos-export
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "cosmos",
"build": "cosmos-export",
"predeploy": "BUILD_FOR_GH_PAGES=1 npm run build",
"deploy": "gh-pages -d dist"
"deploy": "gh-pages -d cosmos-export"
},
"devDependencies": {
"@jscad/modeling": "^2.12.2",
Expand Down

0 comments on commit 54cc86c

Please sign in to comment.