Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit c72c4f6

Browse files
committed
chore(scripts): update cover@nyc --temp-directory build/nyc npm test from template
1 parent 6975d95 commit c72c4f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "src/module.js",
66
"main": "dist/module.js",
77
"scripts": {
8-
"cover": "nyc npm test",
8+
"cover": "nyc --temp-directory build/nyc npm test",
99
"test": "mocha tests/*-test.js",
1010
"semantic-release": "semantic-release",
1111
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md",

0 commit comments

Comments
 (0)