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.