Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkow committed Sep 8, 2024
1 parent c55a0d6 commit 5cd8f35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/npm-push-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ jobs:
registry-url: https://registry.npmjs.org/
scope: '@mochi-inc-japan'

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false
- name: Install dependencies
id: pnpm-setup
run: corepack enable

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-algolia-tools-firestore/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export { createFirestoreCommanderPlugin }

export function FirestoreCommanderPlugin(
algoliaModule: AlgoliaToolsModule<{
[key in Extract<typeof FirestorePlugin['id'], string>]?: FirestorePlugin
[key in Extract<(typeof FirestorePlugin)['id'], string>]?: FirestorePlugin
}>
) {
return (commander: Command) => {
Expand Down

0 comments on commit 5cd8f35

Please sign in to comment.