diff --git a/.gitignore b/.gitignore index 86e4669..91cb90a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /coverage/ /pkg/ +# sfe: ignore next +internal.just diff --git a/Justfile b/Justfile index fa28cd1..6743772 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,7 @@ BIN := 'bundle exec ruby -Ilib bin/docwatch' +import? 'internal.just' + [private] @help: just --list --unsorted @@ -16,10 +18,6 @@ clean: install: bundle exec rake install -# deploy the gem to rubygems.org -release: - bundle exec rake release - # run the gem's binary run +args: {{ BIN }} "{{ args }}"