From 090c3f9f2b6b9476463dc6e8108eacc529c40415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Szabo?= Date: Wed, 5 Apr 2023 12:17:43 -0300 Subject: [PATCH] Can it remove node_modules? --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index db5bd1aec..3a054db76 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -217,8 +217,8 @@ windows_task: - npm config set python 'C:\Python310\python.exe' install_script: - npx yarn install --ignore-engines - || rm -R node_modules && npx yarn install --ignore-engines - || rm -R node_modules && npx yarn install --ignore-engines + || rm -Rf node_modules ; npx yarn install --ignore-engines + || rm -Rf node_modules ; npx yarn install --ignore-engines build_script: - npx yarn build:apm - npx yarn build || npx yarn build || npx yarn build