()
| 909 | await remove(path.join(directory, '.vercel')); |
| 910 | |
| 911 | function deploy() { |
| 912 | return execCli(binaryPath, [directory, '--name', session], { |
| 913 | env: { |
| 914 | FORCE_TTY: '1', |
| 915 | }, |
| 916 | }); |
| 917 | } |
| 918 | |
| 919 | const firstDeploy = deploy(); |
| 920 | await setupProject( |
no test coverage detected