diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b8e55d5f..3cb02036 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: - uses: pnpm/action-setup@v2 name: Install pnpm with: - version: 9.0.5 + version: 9.1.2 run_install: false - name: Get pnpm store directory diff --git a/packages/module/src/module.ts b/packages/module/src/module.ts index ff993337..fc360ca1 100644 --- a/packages/module/src/module.ts +++ b/packages/module/src/module.ts @@ -8,7 +8,7 @@ import { UTILS } from '../../cli/src/utils/templates' // Module options TypeScript interface definition export interface ModuleOptions { /** - * Prefix for all the imported component + * Prefix for all the imported component. */ prefix?: string /**