We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f568187 commit 2c23b8eCopy full SHA for 2c23b8e
src/command/publish/deployment.ts
@@ -114,7 +114,7 @@ export async function resolveDeployment(
114
// if --no-prompt is specified then this is an error state
115
if (!options.prompt) {
116
throw new Error(
117
- `No previous publishes available to re-publish (previous publish required with --no-prompt)`,
+ `No _publish.yml file available (_publish.yml specifying a destination required for non-interactive publish)`,
118
);
119
}
120
0 commit comments