Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 5451b1f

Browse files
committed
Set cypress cache folder in run-build-functions
1 parent 5159a4b commit 5451b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-build-functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ install_dependencies() {
454454

455455
# NPM Dependencies
456456
: ${YARN_VERSION="$defaultYarnVersion"}
457+
: ${CYPRESS_CACHE_FOLDER="./node_modules/.cache/CypressBinary"}
457458

458459
if [ -f package.json ]
459460
then

0 commit comments

Comments
 (0)