8 lines
128 B
Markdown
Executable file
8 lines
128 B
Markdown
Executable file
# Release
|
|
|
|
This package gets published from the root folder. To release:
|
|
|
|
```bash
|
|
npm version major|minor|patch
|
|
npm publish
|
|
```
|