Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu authored and Himanshu committed Nov 6, 2023
1 parent daa16e1 commit 7b1d3f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
"stress:test": "node scripts/stress-test/knex-stress-test.js | grep -A 5 -B 60 -- '- STATS '",
"stress:destroy": "docker-compose -f scripts/stress-test/docker-compose.yml stop",
"prepare": "husky install && npm run clean && npm run build",
"prepublishOnly": "npm run format:check && npm run lint:everything && npm run clean && npm run build",
"postinstall": "npm run clean && npm run build"
"prepublishOnly": "npm run format:check && npm run lint:everything && npm run clean && npm run build"
},
"dependencies": {
"colorette": "2.0.19",
Expand Down Expand Up @@ -108,7 +107,7 @@
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.3",
"@types/node": "^20.8.9",
"@types/node": "^20.8.10",
"better-sqlite3": "^9.0.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
Expand Down

0 comments on commit 7b1d3f0

Please sign in to comment.