Skip to content

Commit

Permalink
fix: revue Dockerfiles :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
totakoko committed Jul 6, 2023
1 parent ae2ddaf commit 2814c0d
Show file tree
Hide file tree
Showing 10 changed files with 25,233 additions and 19,061 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shared-workspace-lockfile=false
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
"rome": "^11.0.0"
},
"scripts": {
"start": "pnpm run --parallel start",
"docker:start": "docker-compose up -d --build --force-recreate",
"docker:stop": "docker-compose stop",
"docker:down": "docker-compose down",
"docker:clean": "docker-compose kill && docker system prune --force --volumes",
"start": "pnpm run --parallel dev",
"dev": "pnpm run --parallel dev",
"lint": "pnpm -r --workspace-concurrency=1 lint",
"test": "pnpm -r --workspace-concurrency=1 test",
"lint:staged": "lint-staged",
Expand Down
Loading

0 comments on commit 2814c0d

Please sign in to comment.