Skip to content

make it compatible with yarn pnp #157

Description

@tibz7

yarn plug and play does not use the node_modules directory:
therefore

#!/bin/bash
./node_modules/pre-commit/hook
RESULT=$?
[ $RESULT -ne 0 ] && exit 1
exit 0

is not working.

it outputs this
.git/hooks/pre-commit: line 2: ./node_modules/pre-commit/hook: No such file or directory

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions