Skip to content

Commit

Permalink
Add missing hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed May 26, 2022
1 parent a581116 commit ac4ba2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"stress:init": "docker-compose -f scripts/stress-test/docker-compose.yml up --no-start && docker-compose -f scripts/stress-test/docker-compose.yml start",
"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"
"prepare": "husky install && npm run clean && npm run build",
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"colorette": "2.0.16",
Expand Down

0 comments on commit ac4ba2b

Please sign in to comment.