UNPKG

368 BMarkdownView Raw
1# intersection
2
3## Install dependencies
4
5```yarn install```
6
7This installs all required dependencies.
8
9## Run tslint
10
11```yarn tslint```
12
13## Compile
14
15```yarn build```
16
17## Release Management
18
19```yarn build```
20
21```yarn version --new-version [major|minor|patch]```
22
23```git push && git push --tags```
24
25```npm publish```
26
27This creates a new release and publishes it on npm.
28
\No newline at end of file