Skip to content

Commit f1dab09

Browse files
committed
Zone types
1 parent 1deedaf commit f1dab09

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ and help you to craft the change so that it is successfully accepted into the pr
5757
```shell
5858
$ git clone <your fork SSH/HTTPS from GitHub>
5959
$ cd angularfire
60-
$ yarn
61-
$ yarn build
62-
$ yarn test:all
60+
$ npm i
61+
$ npm run build
62+
$ npm run test:all
6363
```
6464

6565
3) Make your changes in a new git branch:

tsconfig.jasmine.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
// Not sure what is wrong here, but since upgrading karma it's fallen apart
1919
// "src/**/*.spec.ts",
2020
"src/**/*.d.ts",
21-
"node_modules/zone.js/dist/zone.js.d.ts"
21+
"node_modules/zone.js/zone.d.ts"
2222
]
2323
}

tsconfig.spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"include": [
1414
"src/**/*.spec.ts",
1515
"src/**/*.d.ts",
16-
"node_modules/zone.js/dist/zone.js.d.ts"
16+
"node_modules/zone.js/zone.d.ts"
1717
]
1818
}
1919

0 commit comments

Comments
 (0)