File tree 3 files changed +10
-15
lines changed
3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 7 "
3
+ - " 8 "
4
4
install :
5
- - npm install -g lerna
6
- - npm install -g eslint
7
- - npm install -g eslint-plugin-promise
8
- - npm install -g typescript
9
- - npm install -g tslint
5
+ - npm install
10
6
script :
11
- - ./scripts/ test.sh
7
+ - npm run test
Original file line number Diff line number Diff line change 4
4
"description" : " Samples for Cloud Functions for Firebase" ,
5
5
"author" : " Firebase (https://firebase.google.com/)" ,
6
6
"license" : " Apache-2.0" ,
7
+ "scripts" : {
8
+ "test" : " echo 'Linting...' && lerna run lint && echo 'Testing...' && lerna run ci-test"
9
+ },
7
10
"devDependencies" : {
8
11
"eslint" : " ^4.17.0" ,
9
- "lerna" : " ^2.8.0"
12
+ "eslint-plugin-promise" : " ^3.8.0" ,
13
+ "lerna" : " ^2.8.0" ,
14
+ "tslint" : " ^5.11.0" ,
15
+ "typescript" : " ^3.0.1"
10
16
}
11
17
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments