Skip to content

Commit 799b344

Browse files
committed
dev: switch to pnpm
1 parent 6212f62 commit 799b344

File tree

4 files changed

+169
-118
lines changed

4 files changed

+169
-118
lines changed

Diff for: README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,11 @@ Note that malicious code submitted via forked pull request can, once merged into
3838
Install the dependencies
3939

4040
```bash
41-
$ yarn install
41+
$ pnpm install
4242
```
4343

4444
Build the typescript
4545

4646
```bash
47-
$ yarn build
48-
```
49-
50-
Run the tests :heavy_check_mark:
51-
52-
```bash
53-
$ yarn test
47+
$ pnpm build
5448
```

Diff for: devenv.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ in
1818
languages.javascript = {
1919
enable = true;
2020
package = nodejs;
21-
yarn.enable = true;
22-
yarn.install.enable = true;
21+
pnpm.enable = true;
22+
pnpm.install.enable = true;
2323
};
2424

2525
git-hooks.hooks = {
@@ -32,7 +32,7 @@ in
3232
enable = true;
3333
files = "src/.*$";
3434
pass_filenames = false;
35-
entry = "devenv shell -- yarn build";
35+
entry = "devenv shell -- pnpm build";
3636
};
3737
};
3838
}

Diff for: pnpm-lock.yaml

+164
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: yarn.lock

-107
This file was deleted.

0 commit comments

Comments
 (0)