Skip to content

Commit

Permalink
docs: update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 27, 2020
1 parent b71ad2d commit 4cd0877
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,19 +221,14 @@ The alpine base Hugo Docker image is provided on the following repository.

## Maintainer Notes

Run `npm` and `git commit` commands on a container.

**On Host**
Run `npm test` on a Docker container.

```sh
# Docker
# On container
make build
make run
make run cmd="env"
make test
make commit msg="chore: Add Makefile"
make all

# Release
# Release script on host
./release.sh
```

Expand Down

0 comments on commit 4cd0877

Please sign in to comment.