Skip to content

Commit 39c7c17

Browse files
committed
Drop Git hook enforcement
as it only covers the frontend and does not use specified Node and NPM versions.
1 parent 62758cd commit 39c7c17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"build:production": "env-cmd -f ./.env.production npm run-script build",
1515
"test": "vitest",
1616
"test:run": "vitest --run",
17-
"prepare": "cd .. && husky frontend/.husky",
1817
"prettier": "prettier --write \"src/**/*.{js,jsx}\""
1918
},
2019
"eslintConfig": {

0 commit comments

Comments
 (0)