ci: 修改husky位置
All checks were successful
CI Monitor MIflow / build-image (push) Successful in 55s

This commit is contained in:
zhaoyingbo 2024-08-13 01:43:09 +00:00
parent 6cead67c46
commit 7c8ef60d6a
3 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -8,7 +8,7 @@ COPY package*.json ./
COPY bun.lockb ./
RUN bun install
RUN bun install --production
COPY . .

View File

@ -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",