Skip to content

Commit bf6bc35

Browse files
committed
chore(repo): update pnpm lockfile to latest version
1 parent 6a52160 commit bf6bc35

File tree

4 files changed

+101
-73
lines changed

4 files changed

+101
-73
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: pnpm security
4949

5050
- name: Build Packages
51-
run: pnpm build --recursive
51+
run: pnpm --recursive build
5252

5353
- name: Lint Repo
5454
run: pnpm lint:js

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
pnpm dlx lint-staged

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"lint:docs": "prettier --write README.md",
2222
"lint:js": "eslint --cache --fix --cache src test",
2323
"lint:json": "prettier --write codecov.yml package.json",
24+
"prepare": "husky install",
2425
"prepublishOnly": "pnpm lint && pnpm build",
2526
"pretest": "pnpm build",
2627
"security": "pnpm audit --audit-level=high --prod",
@@ -53,7 +54,7 @@
5354
"del": "^6.0.0",
5455
"eslint-config-shellscape": "^4.2.0",
5556
"file-loader": "^6.2.0",
56-
"husky": "4.3.8",
57+
"husky": "8.0.2",
5758
"lint-staged": "11.1.1",
5859
"memory-fs": "^0.4.1",
5960
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)