Skip to content

Commit

Permalink
Fixes for first review attempt of sprint_4 #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pillowbee committed Apr 23, 2024
1 parent 8b11499 commit b4c775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:ts": "eslint . --ext .ts,.js",
"lint:css": "stylelint \"**/*.css\"",
"test": "mocha",
"prepare": "husky",
"prepare": "husky install",
"pre-commit": "npm run lint:ts && npm run lint:css && npm run test"
},
"husky": {
Expand Down

0 comments on commit b4c775b

Please sign in to comment.