Skip to content

Commit

Permalink
Revert back to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gruz0 committed Nov 19, 2024
1 parent 6671a3c commit cabf0f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:

env:
UID: 1001
# NOTE: https://typicode.github.io/husky/how-to.html#ci-server-and-docker
HUSKY: 0

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"next-lint-fix": "next lint --fix",
"lint:prisma": "npx prisma validate",
"prettier": "npx prettier --check .",
"prepare": "npx husky",
"prepare": "if [ -d .git ]; then npx husky; fi",
"knip": "npx knip",
"lint": "npm run next-lint && npm run prettier && npm run knip",
"prisma:generate_client": "prisma generate",
Expand Down

0 comments on commit cabf0f1

Please sign in to comment.