- Updated workflow and pre-commit to work with PNPM, modified package.json to preinstall PNPM only.

This commit is contained in:
Greg L
2023-11-23 13:33:52 -05:00
parent e2b63e06d6
commit 35ad74f8a3
6 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn quick # prettify
yarn lint-staged # eslint lint(also include prettify but prettify support more file extensions than eslint, so run prettify first)
pnpm quick # prettify
pnpm lint-staged # eslint lint(also include prettify but prettify support more file extensions than eslint, so run prettify first)