Commit e20aea4f authored by Javier Cortejoso's avatar Javier Cortejoso Committed by GitHub

fix: remove step from husky (#10821)

Delete `pnpm prepare` step from Makefile as this script has been removed recently
parent adf9b084
...@@ -21,7 +21,6 @@ build-ts: submodules ...@@ -21,7 +21,6 @@ build-ts: submodules
. $$NVM_DIR/nvm.sh && nvm use; \ . $$NVM_DIR/nvm.sh && nvm use; \
fi fi
pnpm install:ci pnpm install:ci
pnpm prepare
pnpm build pnpm build
.PHONY: build-ts .PHONY: build-ts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment