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.
ascheman committed Jul 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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": {

0 comments on commit 39c7c17

Please sign in to comment.