diff --git a/bun.lockb b/bun.lockb index 1be4306..2f9eccf 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docker/Dockerfile b/docker/Dockerfile index 6459a7a..cbc55f7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,7 +8,7 @@ COPY package*.json ./ COPY bun.lockb ./ -RUN bun install +RUN bun install --production COPY . . diff --git a/package.json b/package.json index 1765f21..5b1db5f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "eslint": "9.x", "eslint-plugin-simple-import-sort": "^12.1.1", "globals": "^15.8.0", - "husky": "^9.1.1", "lint-staged": "^15.2.7", "oxlint": "^0.6.1", "prettier": "^3.3.3", @@ -38,6 +37,7 @@ "dependencies": { "@dqbd/tiktoken": "^1.0.15", "@langchain/openai": "^0.2.6", + "husky": "^9.1.4", "lodash": "^4.17.21", "minimatch": "^10.0.1", "moment": "^2.30.1",