Skip to content

Commit

Permalink
adding changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Aug 27, 2021
1 parent 6f2c75e commit b723378
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/tough-seahorses-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"app-builder-lib": patch
"builder-util-runtime": patch
---

fix: adding snapStore to AllPublishOptions so that it properly is generated via `pnpm schema`
3 changes: 3 additions & 0 deletions packages/app-builder-lib/src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ export interface Configuration extends PlatformSpecificBuildOptions {
*/
readonly framework?: string | null

/**
* The function (or path to file or module id) to be [run before pack](#beforepack)
*/
readonly beforePack?: ((context: BeforePackContext) => Promise<any> | any) | string | null

/**
Expand Down

0 comments on commit b723378

Please sign in to comment.