File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
- npx commitlint --from=HEAD~1
9
9
- npm run lint
10
10
- npm run dtslint
11
- - npm run cover
11
+ - npm run test: cover
12
12
- npm run build
13
13
- npm run benchmark
14
14
after_script :
Original file line number Diff line number Diff line change 10
10
"build:min" : " cross-env NODE_ENV=production webpack -o dist/html-react-parser.min.js" ,
11
11
"build:unmin" : " cross-env NODE_ENV=development webpack -o dist/html-react-parser.js" ,
12
12
"clean" : " rimraf dist" ,
13
- "cover" : " istanbul cover _mocha -- -R spec \" test/**/*\" " ,
14
13
"coveralls" : " cat coverage/lcov.info | coveralls" ,
15
14
"lint" : " eslint --ignore-path .gitignore ." ,
16
15
"lint:fix" : " npm run lint -- --fix" ,
17
16
"dtslint" : " dtslint ." ,
18
17
"prepublishOnly" : " npm run build" ,
19
18
"release" : " standard-version --no-verify" ,
20
- "test" : " mocha"
19
+ "test" : " mocha" ,
20
+ "test:cover" : " 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