Skip to content

Commit

Permalink
fix: remove step from husky (#10821)
Browse files Browse the repository at this point in the history
Delete `pnpm prepare` step from Makefile as this script has been removed recently
  • Loading branch information
jcortejoso authored Jun 13, 2024
1 parent adf9b08 commit e20aea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ build-ts: submodules
. $$NVM_DIR/nvm.sh && nvm use; \
fi
pnpm install:ci
pnpm prepare
pnpm build
.PHONY: build-ts

Expand Down

0 comments on commit e20aea4

Please sign in to comment.