Skip to content

Commit

Permalink
chore: 删除数据库
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed Nov 10, 2024
1 parent 3d240b9 commit 22aced7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"gen": "ts-node ./scripts/genSchema.ts",
"fmt": "prettier --write .",
"lint": "eslint . --fix",
"prepare": "husky && del /s /q dist",
"prepare": "husky && del /s /q dist && del database.json",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
Expand Down

0 comments on commit 22aced7

Please sign in to comment.