File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ node_js:
4
4
install :
5
5
- npm install
6
6
script :
7
- # Lint last commit from history
7
+ # Lint last commit message from history
8
8
- npx commitlint --from=HEAD~1
9
9
- npm run lint
10
10
- npm run dtslint
11
- - npm run test:cover
11
+ - npm run test:coverage
12
12
- npm run build
13
13
- npm run benchmark
14
14
after_script :
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ $ npm test
207
207
Run tests with coverage:
208
208
209
209
``` sh
210
- $ npm run test:cover
210
+ $ npm run test:coverage
211
211
```
212
212
213
213
Lint files:
Original file line number Diff line number Diff line change 17
17
"prepublishOnly" : " npm run build" ,
18
18
"release" : " standard-version --no-verify" ,
19
19
"test" : " mocha" ,
20
- "test:cover " : " istanbul cover _mocha -- -R spec \" test/**/*\" "
20
+ "test:coverage " : " istanbul cover _mocha -- -R spec \" test/**/*\" "
21
21
},
22
22
"repository" : {
23
23
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments