Skip to content

before/after hooks for 'build' are not run #606

@deech

Description

@deech

The following in a '.nimble' file:

before build:
   echo "before build"
after build:
   echo "after build"

should print:

before build
...
after build

when called with nimble build but they are never run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions