Skip to content

Commit

Permalink
fix: remove prepare from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel committed Feb 17, 2025
1 parent 2ff57bb commit e4b44a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"lint": "eslint src --max-warnings=1",
"lint-fix": "eslint src --fix",
"format": "prettier --check ./src/",
"format-fix": "prettier --write ./src/",
"prepare": "husky"
"format-fix": "prettier --write ./src/"
},
"main": "dist/planka-client.umd.cjs",
"module": "dist/planka-client.js",
Expand Down

0 comments on commit e4b44a6

Please sign in to comment.