Skip to content

Commit 8229ff5

Browse files
authored
Cache nyc coverage (#494)
1 parent e65c24d commit 8229ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383
"lint": "eslint bin lib index.js test",
8484
"doc": "documentation index.js -f md --access=public > docs/NODE_API.md",
8585
"self-lint": "node ./bin/documentation.js lint",
86-
"test": "npm run lint && npm run self-lint && tap -t 120 --coverage test/*.js test/lib test/streams"
86+
"test": "npm run lint && npm run self-lint && tap -t 120 --coverage --nyc-arg=--cache test/*.js test/lib test/streams"
8787
}
8888
}

0 commit comments

Comments
 (0)