Skip to content

Commit

Permalink
Drop Git hook enforcement
Browse files Browse the repository at this point in the history
as it only covers the frontend and does not use specified Node and NPM versions.
  • Loading branch information
ascheman committed Jul 4, 2024
1 parent 62758cd commit 39c7c17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"build:production": "env-cmd -f ./.env.production npm run-script build",
"test": "vitest",
"test:run": "vitest --run",
"prepare": "cd .. && husky frontend/.husky",
"prettier": "prettier --write \"src/**/*.{js,jsx}\""
},
"eslintConfig": {
Expand Down

0 comments on commit 39c7c17

Please sign in to comment.