Max Liu
06/13/2022, 5:31 AMnode_modules
will be restored automatically in after_deploy
, but it seems not. I still need to run yarn install
and it takes almost 2 mins to finish every time. Is that because I missed any setup?Max Liu
06/13/2022, 5:32 AMafter_deploy
script:
after_deploy:
- n 16.15.1
- yarn && yarn cypress:run:prod
Frank
Frank
Frank
Frank
Max Liu
06/15/2022, 9:19 AM