Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 988b277

Browse files
author
Jennifer Luker
committed
testing out the addition of commitizen
1 parent f5bf6a8 commit 988b277

File tree

3 files changed

+1375
-191
lines changed

3 files changed

+1375
-191
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# rxjs-docs
22
The home for new work on the new RxJS docs (RxJS v5 and up)
33

4+
## Initial setup
5+
6+
Run `yarn install`
7+
48
## Development server
59

610
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build-prod": "ng build --prod",
1010
"test": "ng test",
1111
"lint": "ng lint",
12-
"e2e": "ng e2e"
12+
"e2e": "ng e2e",
13+
"commit": "git-cz"
1314
},
1415
"private": true,
1516
"dependencies": {
@@ -41,6 +42,8 @@
4142
"@types/node": "6.0.60",
4243
"angular2-template-loader": "0.6.2",
4344
"codelyzer": "3.1.1",
45+
"commitizen": "^2.9.6",
46+
"cz-conventional-changelog": "^2.0.0",
4447
"danger": "1.2.0",
4548
"electron": "1.6.11",
4649
"jasmine-core": "2.6.2",

0 commit comments

Comments
 (0)