Skip to content

Commit

Permalink
fix directory paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackenberg committed Jul 10, 2024
1 parent b0ca4d0 commit 53bfae4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ghackenberg/caddrive.git",
"directory": "packages/node/backend"
"directory": "packages/backend"
},
"scripts": {
"clean": "rm -rf scripts/bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ghackenberg/caddrive.git",
"directory": "packages/node/broker"
"directory": "packages/broker"
},
"scripts": {
"clean": "rm -rf bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/codeaster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ghackenberg/caddrive.git",
"directory": "packages/node/codeaster"
"directory": "packages/codeaster"
},
"scripts": {
"clean": "rm -rf bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ghackenberg/caddrive.git",
"directory": "packages/node/common"
"directory": "packages/common"
},
"scripts": {
"clean": "rm -rf bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ghackenberg/caddrive.git",
"directory": "packages/node/database"
"directory": "packages/database"
},
"scripts": {
"clean": "rm -rf bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ghackenberg/caddrive.git",
"directory": "packages/node/engine"
"directory": "packages/engine"
},
"scripts": {
"clean": "rm -rf bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ghackenberg/caddrive.git",
"directory": "packages/node/frontend"
"directory": "packages/frontend"
},
"scripts": {
"clean": "rm -rf public",
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ghackenberg/caddrive.git",
"directory": "packages/node/gateway"
"directory": "packages/gateway"
},
"scripts": {
"clean": "rm -rf bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/ldraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ghackenberg/caddrive.git",
"directory": "packages/node/ldraw"
"directory": "packages/ldraw"
},
"scripts": {
"clean": "rm -rf bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ghackenberg/caddrive.git",
"directory": "packages/node/worker"
"directory": "packages/worker"
},
"scripts": {
"clean": "rm -rf public",
Expand Down

0 comments on commit 53bfae4

Please sign in to comment.