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 1, 2023
1 parent 66f613b commit 75b1d8b
Show file tree
Hide file tree
Showing 5 changed files with 5,383 additions and 10,503 deletions.
4 changes: 2 additions & 2 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

npm run prepublishOnly
npm run garou .
pnpm run prepublishOnly
pnpm run garou .
git add .
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
enable-pre-post-scripts = true
Loading

0 comments on commit 75b1d8b

Please sign in to comment.