-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: docker compose & docker image setting"
This reverts commit 695977d.
- Loading branch information
Showing
8 changed files
with
1,906 additions
and
2,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
"private": true, | ||
"scripts": { | ||
"chooz": "yarn workspace @monorepo/chooz", | ||
"juma": "yarn workspace @monorepo/jurumarble", | ||
"juma:dev": "sh scripts/shell/jurumarble.sh", | ||
"down": "docker compose -f ./scripts/docker/docker-compose.yaml down" | ||
"juma": "yarn workspace @monorepo/jurumarble" | ||
}, | ||
"workspaces": { | ||
"packages": [ | ||
"packages/*", | ||
"apps/*" | ||
] | ||
}, | ||
"workspaces": [ | ||
"packages/*", | ||
"apps/*" | ||
], | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"styled-components": "^5.3.6" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.