Skip to content

Commit

Permalink
remove clearCache
Browse files Browse the repository at this point in the history
  • Loading branch information
williamluke4 committed Jun 11, 2021
1 parent 7797232 commit a4957e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format": "prettier --write .",
"lint": "eslint --cache --fix --ext .ts .",
"lint-ci": "eslint --ext .ts .",
"test": "jest --forceExit --verbose --clearCache",
"test": "jest --verbose --forceExit",
"precommit": "lint-staged"
},
"files": [
Expand Down

0 comments on commit a4957e4

Please sign in to comment.