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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 9 deletions

View File

@ -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
```