Skip to content

Commit

Permalink
chore: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Oct 17, 2023
1 parent 39ac3be commit d581aa7
Show file tree
Hide file tree
Showing 10 changed files with 3,623 additions and 9,557 deletions.
2 changes: 1 addition & 1 deletion .githooks/commit-msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

npx --no-install nice-move lint commit
pnpm exec nice-move lint commit
4 changes: 2 additions & 2 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

npm run lint:staged
npm test
pnpm run lint:staged
pnpm test
7 changes: 4 additions & 3 deletions .github/workflows/bring-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
- windows-latest
- ubuntu-latest
node:
- 18.0.0
- 16.13.0
- current
- lts/*
- lts/-1
exclude:
- os: ubuntu-latest
node: 16.13.0
node: lts/*

runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ getValue("'abc'"); // abc

## Related

- [remark-kroki](https://github.com/nice-move/remark-kroki)
- [remark-code-example](https://github.com/nice-move/remark-code-example)
- [remark-kroki](https://github.com/nice-move/remark-kroki)
- [remark-docusaurus](https://github.com/nice-move/remark-docusaurus)
Loading

0 comments on commit d581aa7

Please sign in to comment.