Skip to content

Commit

Permalink
local: husky: s/pnpm/npm/
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrippling committed Jan 18, 2025
1 parent da0194d commit a854d5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pnpm run pretty:check
pnpm run eslint
pnpm run test:coverage
pnpm run build
yarn run pretty:check
yarn run eslint
yarn run test:coverage
yarn run build

0 comments on commit a854d5b

Please sign in to comment.