Skip to content

Commit

Permalink
fix: Backend build error (#273)
Browse files Browse the repository at this point in the history
This PR fixes the backend build error by removing unused `build` command
and `pkgroll` dev dependency
  • Loading branch information
ugur-eren authored Aug 1, 2024
1 parent 6ddfda8 commit 7f83d81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"license": "MIT",
"scripts": {
"start": "tsx src/index.ts",
"build": "pkgroll",
"lint": "eslint . --max-warnings=0 --ignore-path ../../.eslintignore",
"lint:fix": "eslint src --fix"
},
Expand All @@ -24,7 +23,6 @@
"dotenv": "^16.4.5",
"drizzle-kit": "^0.23.0",
"eslint": "^8.0.0",
"pkgroll": "^2.0.2",
"tsx": "^4.7.3",
"typescript": "^5.4.5"
}
Expand Down

0 comments on commit 7f83d81

Please sign in to comment.