Commit 207f8ce
authored
fix:
Changed how deps are defined, and following error started to occur
```
ResolveMessage: Cannot find package 'conventional-changelog-conventionalcommits' from '/github/home/.bun/install/cache/@commitlint/config-conventional@21.2.0@@@1/lib/noop.js'
at <anonymous> (/tmp/bunx-0-commitlint@latest/node_modules/@commitlint/cli/lib/cli.js:142:15)
```
PR explicitly installs the commitlint configscommitlint error (#77)1 parent 0df926e commit 207f8ce
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| 29 | + | |
26 | 30 | | |
0 commit comments