Skip to content

Commit

Permalink
Revert "feat: docker compose & docker image setting"
Browse files Browse the repository at this point in the history
This reverts commit 695977d.
  • Loading branch information
ksmfou98 committed Oct 18, 2023
1 parent 1857587 commit 58cdc11
Show file tree
Hide file tree
Showing 8 changed files with 1,906 additions and 2,036 deletions.
2,943 changes: 1,449 additions & 1,494 deletions .pnp.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ packageExtensions:

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
15 changes: 0 additions & 15 deletions apps/jurumarble/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions apps/jurumarble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@
"eslint": "^8.51.0",
"eslint-config-mogakko": "workspace:*",
"prettier": "^2.8.1",
<<<<<<< HEAD
"typescript": "5.0.4",
=======
"typescript": "5.2.2",
>>>>>>> 8ec64c6 (feat: docker compose & docker image setting)
"typescript-plugin-css-modules": "^5.0.2"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 0 additions & 14 deletions scripts/docker/docker-compose.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/shell/jurumarble.sh

This file was deleted.

Loading

0 comments on commit 58cdc11

Please sign in to comment.