Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
bob0005 committed Jan 8, 2025
1 parent a623b7f commit dccb4b5
Show file tree
Hide file tree
Showing 111 changed files with 14 additions and 25 deletions.
21 changes: 0 additions & 21 deletions client/apps/docs/package.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions client/apps/game-docs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "eternum",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "vocs build -o ../dist",
"dev": "vocs dev"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
File renamed without changes.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "module",
"scripts": {
"build": "pnpm --dir ./apps/game build",
"build:docs": "pnpm --dir ./apps/docs build",
"build:docs": "pnpm --dir ./apps/game-docs build",
"build:landing": "pnpm --dir ./apps/landing build",
"build:packages": "pnpm --dir ./sdk/packages/eternum build",
"dev": "pnpm --dir ./apps/game dev",
"dev:docs": "cd ./apps/docs && vocs dev",
"dev:docs": "cd ./apps/game-docs && vocs dev",
"dev:landing": "pnpm --dir ./apps/landing dev",
"format": "prettier --write .",
"format:check": "prettier --check .",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "module",
"scripts": {
"build": "pnpm --dir ./client/apps/game build",
"build:docs": "cd ./client/apps/docs && vocs build",
"build:docs": "cd client/apps/game-docs && vocs build -o ../dist",
"build:landing": "pnpm --dir ./client/apps/landing build",
"build:packages": "pnpm --dir ./client/sdk/packages/eternum build",
"clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + && find . -name 'pnpm-lock.yaml' -type f -delete",
"dev": "pnpm --dir ./client/apps/game dev",
"dev:docs": "cd ./client/apps/docs && vocs dev",
"dev:docs": "cd ./client/apps/game-docs && vocs dev",
"dev:landing": "pnpm --dir ./client/apps/landing dev",
"format": "pnpm prettier --write .",
"format:check": "pnpm prettier --check .",
Expand Down

0 comments on commit dccb4b5

Please sign in to comment.