Minor formatting adjustments in README.md and DEVELOPMENT.md (#456)
This commit is contained in:
parent
71d3227b66
commit
86975cf3c3
|
@ -4,14 +4,13 @@
|
|||
|
||||
The following commands are available through `npm run` or `yarn`:
|
||||
|
||||
Command | Purpose
|
||||
--- | ---
|
||||
build | Build a development version of the library using Rollup
|
||||
dist | Build a production version of the library using Rollup
|
||||
test | Execute unit tests
|
||||
| Command | Purpose |
|
||||
| ------- | ------------------------------------------------------- |
|
||||
| build | Build a development version of the library using Rollup |
|
||||
| dist | Build a production version of the library using Rollup |
|
||||
| test | Execute unit tests |
|
||||
|
||||
## Release this project
|
||||
<a name="release"></a>
|
||||
|
||||
**During pre release, make sure and use `--tag` and `--npm-dist-tag`**
|
||||
|
||||
|
@ -36,7 +35,7 @@ from a Font Awesome project owner.
|
|||
|
||||
You can then run:
|
||||
|
||||
```
|
||||
```bash
|
||||
npm login --registry https://npm.fontawesome.com
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue