Skip to content

Commit

Permalink
Merge pull request #13 from blazejkustra/fix/pnpm-and-yarn
Browse files Browse the repository at this point in the history
Fix installing dynamode with pnpm and yarn
  • Loading branch information
blazejkustra authored Dec 27, 2023
2 parents 836dc52 + 120ecb0 commit 20bbca0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 42 deletions.
2 changes: 1 addition & 1 deletion docs/docs/getting_started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ yarn add dynamode
<TabItem value="pnpm" label="pnpm">

```bash
pnpm install dynamode
pnpm add dynamode
```

</TabItem>
Expand Down
41 changes: 3 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@
],
"engines": {
"node": ">=16.0.0",
"npm": ">=8",
"yarn": "please-use-npm",
"pnpm": "please-use-npm"
"npm": ">=8"
}
}
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ export default defineConfig({
tsconfig: 'tests/tsconfig.json',
ignoreSourceErrors: true,
},
hookTimeout: 30000,
},
});

0 comments on commit 20bbca0

Please sign in to comment.