Skipping tasks
Starting in version v0.2.3
, users can now skip tasks during project runs if certain, user-defined conditions are met. These conditions should be defined in PrismTask
's done
method:
In the above example, the hello_world.HelloWorld
task is skipped if the /Users/hello_world.txt
file exists.
Last updated