Set up husky

Update pnpm-lock.yaml
This commit is contained in:
Chi-Hsuan Huang 2022-04-05 11:30:52 +08:00
parent 01edee8d90
commit d7df8ff8ab
4 changed files with 16 additions and 607 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
./bin/post-merge.sh
pnpm install
pnpm nx affected --target="composer-install" --base=ORIG_HEAD --head=HEAD

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm exec lint-staged
pnpm nx affected:lint --uncommitted

View File

@ -32,6 +32,7 @@
"@wordpress/prettier-config": "^1.1.1",
"chalk": "^4.1.2",
"glob": "^7.2.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"mkdirp": "^1.0.4",
"node-stream-zip": "^1.15.0",

File diff suppressed because it is too large Load Diff