Skip to content

Commit

Permalink
add 'postinstall' to enable hooks after install
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytram committed Oct 29, 2023
1 parent c48029e commit d883e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -20,6 +20,7 @@
"docker:test:e2e": "chmod +x ./bin/docker_test.sh && ./bin/docker_test.sh -e",
"docker:test:all": "chmod +x ./bin/docker_test.sh && ./bin/docker_test.sh",
"migrate": "dotenv -e ./.env.dev -- npx prisma migrate dev",
"postinstall": "husky install",
"studio": "dotenv -e ./.env.dev -- prisma studio",
"seed": "dotenv -e ./.env.dev prisma db seed",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
Expand Down

0 comments on commit d883e97

Please sign in to comment.