docs: update notes

This commit is contained in:
Shohei Ueda
2020-03-27 19:12:10 +09:00
committed by GitHub
parent b71ad2d014
commit 4cd0877e87

View File

@@ -221,19 +221,14 @@ The alpine base Hugo Docker image is provided on the following repository.
## Maintainer Notes ## Maintainer Notes
Run `npm` and `git commit` commands on a container. Run `npm test` on a Docker container.
**On Host**
```sh ```sh
# Docker # On container
make build make build
make run make all
make run cmd="env"
make test
make commit msg="chore: Add Makefile"
# Release # Release script on host
./release.sh ./release.sh
``` ```