Skip to content

Commit

Permalink
removed pre install script to prevent git issues
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Dec 5, 2023
1 parent fda6417 commit 6e4bff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"build": "pnpm run clean && parcel build --public-url '.'",
"htmlhint": "htmlhint \"**/*.html\" --ignore \"dist/**/*.html\" --format unix",
"prettier": "npm:@yuhr/prettier",
"preinstall": "cp scripts/* .git/hooks",
"lint:js": "pnpm exec eslint src",
"lint:html": "pnpm run htmlhint",
"lint:css": "pnpm exec stylelint \"**/*.css\" && pnpm exec prettier --check \"**/*.css\"",
Expand Down

0 comments on commit 6e4bff9

Please sign in to comment.