Skip to content

Commit

Permalink
feat(): add scripts for automatic version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartozzz committed May 27, 2020
1 parent d25fb5b commit 09e595a
Show file tree
Hide file tree
Showing 3 changed files with 1,834 additions and 136 deletions.
25 changes: 13 additions & 12 deletions README.md
Expand Up @@ -179,18 +179,19 @@ $ npm run <command>

#### List of commands

| Command | Description |
| :---------------- | :------------------------------------------- |
| `test` | Run all `test:*` commands described below. |
| `test:flow` | Test Flow types. |
| `test:typescript` | Test TypeScript types. |
| `test:unit` | Run unit tests. |
| `test:lint` | Run linter tests. |
| `defs:flow` | Build Flow type definitions. |
| `defs:typescript` | Build TypeScript type definitions. |
| `clean` | Clean `dist` directory. |
| `build` | Build package and generate type definitions. |
| `watch` | Build package in watch mode. |
| Command | Description |
| :---------------- | :------------------------------------------------------- |
| `test` | Run all `test:*` commands described below. |
| `test:flow` | Test Flow types. |
| `test:typescript` | Test TypeScript types. |
| `test:unit` | Run unit tests. |
| `test:lint` | Run linter tests. |
| `defs:flow` | Build Flow type definitions. |
| `defs:typescript` | Build TypeScript type definitions. |
| `clean` | Clean `dist` directory. |
| `build` | Build package and generate type definitions. |
| `watch` | Build package in watch mode. |
| `release` | Bump package version and generate a `CHANGELOG.md` file. |

### License

Expand Down

0 comments on commit 09e595a

Please sign in to comment.