From 5c124397b1e188b05e16edbc62bf3805a6912e82 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Fri, 12 Apr 2024 09:43:44 -0700 Subject: [PATCH] remove cypress cache as it is unused and causes unit test errors --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 35827b3c..c5ebb163 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,8 +18,7 @@ services: command: sh -c 'trap "exit" TERM; while true; do sleep 1; done' environment: # Store caches in repository directory. This save time across container - # runs. NOTE: cypress is not supported in this container--see README.md - CYPRESS_CACHE_FOLDER: /app/.cache/Cypress + # runs. npm_config_cache: /app/.npm npm_config_devdir: /app/.cache/node-gyp image: 'node:14'