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