Skip to content

make it compatible with yarn pnp #157

@tibz7

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

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