Skip to content

Commit

Permalink
Test new actions
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Lazarev <[email protected]>
  • Loading branch information
wKich committed Apr 25, 2024
1 parent 575b1bc commit 73ed85d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-planets-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@interactors/core": patch
---

Test change
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
registry-url: https://registry.npmjs.org
- name: Publish PR Preview
uses: thefrontside/actions/publish-pr-preview@v2
uses: thefrontside/actions/publish-pr-preview@dl/update-node-yarn
with:
INSTALL_SCRIPT: yarn install && yarn prepack:all
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish Releases
uses: thefrontside/actions/synchronize-with-npm@v2
uses: thefrontside/actions/synchronize-with-npm@dl/update-node-yarn
env:
GITHUB_TOKEN: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions packages/core/src/serialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export function serializeInteractorOptions(options: InteractorOptions<any, any,
};
}

// NOTE: noop

export function serializeInteractionOptions<E extends Element, T>(
type: InteractionType,
{ name, interactor: { options }, args, filters }: InteractionOptions<E, T>
Expand Down

0 comments on commit 73ed85d

Please sign in to comment.