Point out the commands run after pkg build

This commit is contained in:
Max Howell 2023-03-31 19:12:23 -04:00
parent 073cb4c032
commit 35c13cb436
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -43,6 +43,9 @@ $ pkg build
# ^^ needs a zero permissions GITHUB_TOKEN to use the GitHub API
# either set `GITHUB_TOKEN` or run `gh auth login`
$ foo
# ^^ anything in the `provides:` key will now run
$ pkg test
# ^^ you need to write a test that verifies the package works