Skip to content

Commit

Permalink
docs: update Maintainer Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 1, 2020
1 parent 314c9a4 commit 7f5c1b1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,20 @@ The alpine base mdBook Docker image is provided on the following repository.

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

**On Host**

```sh
# On host
# Docker
npm run docker:build
npm run docker:run
# On Container
# Release
./release.sh
```

**On Container**

```sh
npm test
git add ./__tests__
git commit -m "test: Add something"
Expand Down

0 comments on commit 7f5c1b1

Please sign in to comment.