File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ script:
12
12
- npm run build
13
13
- npm run benchmark
14
14
after_success :
15
- - npm run coveralls
15
+ - npx nyc report --reporter=text-lcov | npx coveralls
16
16
cache :
17
17
directories :
18
18
- node_modules
Original file line number Diff line number Diff line change 10
10
"build:min" : " cross-env NODE_ENV=production rollup --config --file dist/html-react-parser.min.js --sourcemap" ,
11
11
"build:unmin" : " cross-env NODE_ENV=development rollup --config --file dist/html-react-parser.js" ,
12
12
"clean" : " rimraf dist" ,
13
- "coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
14
13
"lint" : " eslint --ignore-path .gitignore --ignore-pattern /examples/ ." ,
15
14
"lint:dts" : " dtslint ." ,
16
15
"lint:fix" : " npm run lint -- --fix" ,
45
44
"@commitlint/config-conventional" : " ^8.2.0" ,
46
45
"@types/react" : " ^16.9.11" ,
47
46
"benchmark" : " ^2.1.4" ,
48
- "coveralls" : " ^3.0.7" ,
49
47
"cross-env" : " ^6.0.3" ,
50
48
"dtslint" : " ^2.0.0" ,
51
49
"eslint" : " ^6.6.0" ,
You can’t perform that action at this time.
0 commit comments