Skip to content

Commit

Permalink
feat(hub connection): implemented HubConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
claylaut committed Nov 26, 2017
1 parent 9bcb542 commit 1e49510
Show file tree
Hide file tree
Showing 6 changed files with 8,460 additions and 17 deletions.
20 changes: 7 additions & 13 deletions README.md
Expand Up @@ -63,18 +63,14 @@ npm install

### Building the code

```
gulp build
// or
```bash
npm run build
```
In order to view all other tasks invoke `gulp` or check the gulp tasks directly.

### Running the tests

```
gulp test
// or
```bash
npm test
```

Expand All @@ -83,25 +79,23 @@ npm test

#### Trigger gulp watch
Handles compiling of changes.
```
gulp watch
// or

```bash
npm start
```


#### Running Continuous Tests
Spawns test runner and keep watching for changes.
```
gulp tdd
// or

```bash
npm run tdd
```


### Preparation for Release

```
```bash
npm run prepare-release -- --bump major|minor|patch|prerelease (default: patch)
```
Check out the [release workflow guide][releaseWorkflowWiki] in order to guide you creating a release and publishing it.

0 comments on commit 1e49510

Please sign in to comment.