Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Jul 2, 2024
1 parent 25887ff commit b82400c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"db:migrate:test": "pnpm db:start && pnpm -C backend migrate:test",
"db:start": "bin/startLocalDb.sh",
"db:stop": "docker-compose down",
"clean": "tsc --clean && rm -rf .build .sst common/generated graphql/generated && pnpm run --recursive --if-present clean"
"clean": " rm -rf .build .sst common/generated graphql/generated && pnpm run --recursive --if-present clean"
},
"dependencies": {
"desm": "^1.3.0",
Expand Down
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
"test": "vitest",
"clean": "rm -rf .next"
},
"dependencies": {
"@sentry/browser": "^8.13.0",
Expand Down

0 comments on commit b82400c

Please sign in to comment.