Skip to content

Commit

Permalink
test: skip clean-cache before jest
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jan 12, 2020
1 parent ee153e5 commit 8eaa959
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 @@ -18,7 +18,7 @@
"debug": "babel-node --inspect-brk --extensions \".ts,.js\" -- lib/renovate.ts",
"eslint": "eslint --ext .js,.ts lib/ test/",
"eslint-fix": "eslint --ext .js,.ts --fix lib/ test/",
"jest": "yarn clean-cache && cross-env NODE_ENV=test LOG_LEVEL=fatal jest",
"jest": "cross-env NODE_ENV=test LOG_LEVEL=fatal jest",
"jest-debug": "cross-env NODE_ENV=test LOG_LEVEL=fatal node --inspect-brk node_modules/jest/bin/jest.js",
"jest-silent": "cross-env NODE_ENV=test yarn jest --reporters jest-silent-reporter",
"lint": "run-s eslint prettier",
Expand Down

0 comments on commit 8eaa959

Please sign in to comment.