Can it remove node_modules?

This commit is contained in:
Maurício Szabo 2023-04-05 12:17:43 -03:00
parent 5b1fa961ad
commit 090c3f9f2b

View File

@ -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