inflight-cli 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/providers/vercel.js +1 -1
- package/package.json +1 -1
package/dist/providers/vercel.js
CHANGED
|
@@ -132,7 +132,7 @@ async function createProjectFlow(projects, ctx) {
|
|
|
132
132
|
}
|
|
133
133
|
// Poll until a deployment appears
|
|
134
134
|
const pollSpinner = p.spinner();
|
|
135
|
-
pollSpinner.start("Waiting for
|
|
135
|
+
pollSpinner.start("Waiting for Vercel to start deploying...");
|
|
136
136
|
for (let i = 0; i < 30; i++) {
|
|
137
137
|
await new Promise((r) => setTimeout(r, 2000));
|
|
138
138
|
const deps = await getRecentDeployments(token, teamId, created.id);
|