Skip to content

Commit

Permalink
run nyc with cache on
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Sep 8, 2016
1 parent 38ecfd3 commit ad6f57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -103,6 +103,6 @@
"test-unit": "tap --reporter dot --no-coverage test/js test/build/webpack.test.js",
"test-render": "node test/render.test.js",
"test-query": "node test/query.test.js",
"test-cov": "nyc --reporter=text-summary run-s test-unit test-render test-query"
"test-cov": "nyc --reporter=text-summary --cache run-s test-unit test-render test-query"
}
}

0 comments on commit ad6f57b

Please sign in to comment.