Skip to content

Commit

Permalink
remove husky task until releasing works again
Browse files Browse the repository at this point in the history
  • Loading branch information
tubbo committed Feb 19, 2024
1 parent 774ce7f commit 7942974
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 @@ -13,8 +13,7 @@
"clean": "rm -rf build coverage tags",
"start": "yarn build && yarn use && $OPENRCT2_BIN intro",
"style": "prettier --check .",
"types": "tsc --noEmit",
"prepare": "husky install"
"types": "tsc --noEmit"
},
"tsup": {
"entry": ["benchwarmer.ts"],
Expand Down

0 comments on commit 7942974

Please sign in to comment.