Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
fix(hook): remove the @echo statement from the hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed May 22, 2019
1 parent fc62e1a commit cea0258
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion utils/hooks/post-merge.local.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

@echo off
yarn --version >NUL 2>&1 && (
yarn
) || (
Expand Down
1 change: 0 additions & 1 deletion utils/hooks/pre-commit.local.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

@echo off
yarn --version >NUL 2>&1 && (
yarn run lint && yarn test
) || (
Expand Down

0 comments on commit cea0258

Please sign in to comment.