Skip to content

Commit

Permalink
Merge pull request #28 from midday-ai/fix/remove-manypkg
Browse files Browse the repository at this point in the history
Remove manypkg
  • Loading branch information
pontusab authored Sep 2, 2024
2 parents 42c4c91 + 2944346 commit 1df52af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
"start:app": "turbo start --filter=@v1/app",
"test": "turbo test --parallel",
"format": "biome format --write .",
"lint": "turbo lint && manypkg check",
"lint": "turbo lint && bun lint:repo",
"lint:repo": "bunx sherif@latest",
"lint:repo:fix": "bunx sherif@latest --fix",
"typecheck": "turbo typecheck"
},
"dependencies": {
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@manypkg/cli": "^0.21.4",
"@t3-oss/env-nextjs": "^0.11.1",
"turbo": "2.1.1",
"typescript": "^5.5.4"
Expand Down

0 comments on commit 1df52af

Please sign in to comment.