Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit b0b7874

Browse files
committed
ConfigCI fix
1 parent da475b6 commit b0b7874

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- nvm install 4
99
- nvm install 6
1010
- nvm install 8
11-
- rm -rf node_modules ; rm -rf coverage ; rm -rf .nyc_output ; rm -f coverage.lcov
11+
- rm -rf node_modules coverage .nyc_output coverage.lcov
1212

1313
override:
1414
- yarn

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
],
2424
"scripts": {
2525
"size": "size-limit",
26-
"test": "standard && nyc ava tap test.js",
27-
"testci": "standard && ava && npm run size",
26+
"testci": "standard && nyc ava tap test.js && npm run size",
2827
"prepublish": "npm run check-deps",
2928
"check-deps": "nsp check",
3029
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov"

0 commit comments

Comments
 (0)