Skip to content

Commit

Permalink
build: disable jest cache
Browse files Browse the repository at this point in the history
  • Loading branch information
amirfefer authored and adiabramovitch committed Aug 17, 2023
1 parent de7afae commit beed0f4
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 @@ -17,7 +17,7 @@
"start": "PROXY=true ROUTES_PATH=config/routes.config.js fec dev",
"start:stage": "PROXY=true fec dev",
"start:federated": "fec static",
"test": "jest",
"test": "TZ=UTC jest --verbose --no-cache",
"verify": "npm-run-all build lint test",
"dev": "HOT=true PROXY=true ROUTES_PATH=config/routes.config.js fec dev --clouddotEnv stage --uiEnv beta"
},
Expand Down

0 comments on commit beed0f4

Please sign in to comment.