igor-petruk / scriptisto

A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages.
Apache License 2.0
909 stars 25 forks source link

Add "build_cmd_once" #16

Closed igor-petruk closed 4 years ago

igor-petruk commented 4 years ago

This will run only during the first build, before build_cmd. If we are rebuilding the binary, this won't run again. We can add "scriptisto cache invalidate" command to force it to rerun.

Use cases:

igor-petruk commented 4 years ago

Fixed in v0.4.2

igor-petruk commented 4 years ago

build_once_cmd