Skip to content

Commit 728536a

Browse files
committed
Fix coverage on clean clone
1 parent 516a318 commit 728536a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"scripts": {
3434
"test": "nyc mocha test/**/* -r ./test/before",
35-
"posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
35+
"posttest": "mkdir -p ../../coverage && nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
3636
"prepublishOnly": "cp ../../README.md .",
3737
"postpublish": "rm -f README.md"
3838
},

0 commit comments

Comments
 (0)