Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
Add "--no-cache" option to test:cov task
Browse files Browse the repository at this point in the history
The task doesn't work without the afromentioned option.
  • Loading branch information
Phil Pluckthun committed Dec 17, 2016
1 parent 07c920f commit 070a92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"test": "BABEL_ENV=cjs jest --config .jestrc.json",
"test:watch": "npm test -- --watch",
"test:cov": "npm test -- --coverage",
"test:cov": "npm test -- --coverage --no-cache",
"lint": "tslint -c tslint.json src/**/*.ts",
"clean": "rm -rf es lib",
"build:es": "tsc -m es2015 --outDir es",
Expand Down

0 comments on commit 070a92a

Please sign in to comment.