This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-12
lines changed Expand file tree Collapse file tree 4 files changed +9
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
npx --no-install lint-staged
Original file line number Diff line number Diff line change 8
8
"build" : " tinacms build && cross-env INIT_CWD=$PWD next build && cross-env NODE_OPTIONS='--experimental-json-modules' node ./scripts/postbuild.mjs" ,
9
9
"serve" : " next start" ,
10
10
"analyze" : " cross-env ANALYZE=true next build" ,
11
- "lint" : " next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
11
+ "lint" : " next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts" ,
12
+ "prepare" : " husky"
12
13
},
13
14
"dependencies" : {
14
15
"@next/bundle-analyzer" : " 14.1.0" ,
58
59
"eslint-config-next" : " 14.1.0" ,
59
60
"eslint-config-prettier" : " ^9.0.0" ,
60
61
"eslint-plugin-prettier" : " ^5.0.0" ,
61
- "husky" : " ^8 .0.3 " ,
62
+ "husky" : " ^9 .0.0 " ,
62
63
"lint-staged" : " ^15.2.0" ,
63
64
"prettier" : " ^3.0.0" ,
64
65
"prettier-plugin-tailwindcss" : " ^0.5.11" ,
Original file line number Diff line number Diff line change @@ -11051,12 +11051,12 @@ __metadata:
11051
11051
languageName: node
11052
11052
linkType: hard
11053
11053
11054
- "husky@npm:^8 .0.3 ":
11055
- version: 8 .0.3
11056
- resolution: "husky@npm:8 .0.3 "
11054
+ "husky@npm:^9 .0.0 ":
11055
+ version: 9 .0.11
11056
+ resolution: "husky@npm:9 .0.11 "
11057
11057
bin:
11058
- husky: lib/ bin.js
11059
- checksum: 10/b754cf70fdc97c3b60fec5b80056b9c11436464953b1691bf2b5dcf0081fb6685d2c5f47abb8b2b1c49f504aabea5321fdd6496f8b755d9f6e7525a493406abb
11058
+ husky: bin.mjs
11059
+ checksum: 10/8a9b7cb9dc8494b470b3b47b386e65d579608c6206da80d3cc8b71d10e37947264af3dfe00092368dad9673b51d2a5ee87afb4b2291e77ba9e7ec1ac36e56cd1
11060
11060
languageName: node
11061
11061
linkType: hard
11062
11062
@@ -17597,7 +17597,7 @@ __metadata:
17597
17597
feed: "npm:^4.2.2"
17598
17598
github-slugger: "npm:^2.0.0"
17599
17599
hast-util-from-html-isomorphic: "npm:^2.0.0"
17600
- husky: "npm:^8 .0.3 "
17600
+ husky: "npm:^9 .0.0 "
17601
17601
lint-staged: "npm:^15.2.0"
17602
17602
next: "npm:14.1.0"
17603
17603
next-contentlayer: "npm:0.3.4"
You can’t perform that action at this time.
0 commit comments