Skip to content

Commit d581aa7

Browse files
committed
chore: use pnpm
1 parent 39ac3be commit d581aa7

File tree

10 files changed

+3623
-9557
lines changed

10 files changed

+3623
-9557
lines changed

.githooks/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
npx --no-install nice-move lint commit
3+
pnpm exec nice-move lint commit

.githooks/pre-commit

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

3-
npm run lint:staged
4-
npm test
3+
pnpm run lint:staged
4+
pnpm test

.github/workflows/bring-it.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
- windows-latest
1515
- ubuntu-latest
1616
node:
17-
- 18.0.0
18-
- 16.13.0
17+
- current
18+
- lts/*
19+
- lts/-1
1920
exclude:
2021
- os: ubuntu-latest
21-
node: 16.13.0
22+
node: lts/*
2223

2324
runs-on: ${{ matrix.os }}
2425
steps:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ getValue("'abc'"); // abc
7070

7171
## Related
7272

73-
- [remark-kroki](https://github.com/nice-move/remark-kroki)
7473
- [remark-code-example](https://github.com/nice-move/remark-code-example)
74+
- [remark-kroki](https://github.com/nice-move/remark-kroki)
75+
- [remark-docusaurus](https://github.com/nice-move/remark-docusaurus)

0 commit comments

Comments
 (0)