From 5133b72c95c48ccbce542b705c4c204952cb39ee Mon Sep 17 00:00:00 2001
From: Mike Maietta
Date: Sun, 29 Oct 2023 09:11:16 -0700
Subject: [PATCH] chore(docs): Running `pnpm generate-all`
---
docs/configuration/publish.md | 4 +---
packages/app-builder-lib/src/macPackager.ts | 6 +++---
packages/builder-util-runtime/src/publishOptions.ts | 10 ++++------
3 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/docs/configuration/publish.md b/docs/configuration/publish.md
index 9eacc7398b1..0dafe7b49ba 100644
--- a/docs/configuration/publish.md
+++ b/docs/configuration/publish.md
@@ -190,9 +190,7 @@ Define GH_TOKEN
environment variable.
SnapStoreOptions
-Snap Store options. To publish directly to Snapcraft,
-see Snapcraft
-authentication options for local or CI/CD authentication options.
+Snap Store options. To publish directly to Snapcraft, see Snapcraft authentication options for local or CI/CD authentication options.
provider
“snapStore” - The provider. Must be snapStore
.
repo
String - snapcraft repo name
diff --git a/packages/app-builder-lib/src/macPackager.ts b/packages/app-builder-lib/src/macPackager.ts
index b2de04bb19e..2e5572a062e 100644
--- a/packages/app-builder-lib/src/macPackager.ts
+++ b/packages/app-builder-lib/src/macPackager.ts
@@ -331,9 +331,9 @@ export default class MacPackager extends PlatformPackager {
await this.dispatchArtifactCreated(artifactPath, null, Arch.x64, this.computeSafeArtifactName(artifactName, "pkg", arch, true, this.platformSpecificBuildOptions.defaultArch))
}
-if (!isMas) {
- await this.notarizeIfProvided(appPath)
-}
+ if (!isMas) {
+ await this.notarizeIfProvided(appPath)
+ }
return true
}
diff --git a/packages/builder-util-runtime/src/publishOptions.ts b/packages/builder-util-runtime/src/publishOptions.ts
index 0ad0065b145..c2a848ff48f 100644
--- a/packages/builder-util-runtime/src/publishOptions.ts
+++ b/packages/builder-util-runtime/src/publishOptions.ts
@@ -205,7 +205,7 @@ export interface KeygenOptions extends PublishConfiguration {
* Bitbucket options.
* https://bitbucket.org/
* Define `BITBUCKET_TOKEN` environment variable.
- *
+ *
* For converting an app password to a usable token, you can utilize this
```typescript
convertAppPassword(owner: string, appPassword: string) {
@@ -248,9 +248,7 @@ export interface BitbucketOptions extends PublishConfiguration {
}
/**
- * [Snap Store](https://snapcraft.io/) options. To publish directly to Snapcraft,
- * see Snapcraft
- * authentication options for local or CI/CD authentication options.
+ * [Snap Store](https://snapcraft.io/) options. To publish directly to Snapcraft, see Snapcraft authentication options for local or CI/CD authentication options.
*/
export interface SnapStoreOptions extends PublishConfiguration {
/**
@@ -296,9 +294,9 @@ export interface BaseS3Options extends PublishConfiguration {
* AWS credentials are required, please see [getting your credentials](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/getting-your-credentials.html).
* Define `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` [environment variables](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-node-credentials-environment.html).
* Or in the [~/.aws/credentials](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-node-credentials-shared.html).
- *
+ *
* Example configuration:
- *
+ *
```json
{
"build":