File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ npm run build
Original file line number Diff line number Diff line change 55 "lint" : " eslint -c eslint.config.js src" ,
66 "test" : " jest src --coverage --verbose" ,
77 "jest-dev" : " jest src --coverage --verbose --watch" ,
8- "build" : " ncc build src/index.js -o dest"
8+ "build" : " ncc build src/index.js -o dest" ,
9+ "prepare" : " husky"
910 },
1011 "repository" : " git@github.com:adRise/update-pr-branch.git" ,
1112 "license" : " MIT" ,
2223 "eslint" : " ^9.2.0" ,
2324 "eslint-plugin-jest" : " ^28.5.0" ,
2425 "globals" : " ^15.3.0" ,
26+ "husky" : " ^9.1.5" ,
2527 "jest" : " ^29.7.0"
2628 }
2729}
Original file line number Diff line number Diff line change @@ -2395,6 +2395,11 @@ human-signals@^2.1.0:
23952395 resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
23962396 integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
23972397
2398+ husky@^9.1.5 :
2399+ version "9.1.5"
2400+ resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.5.tgz#2b6edede53ee1adbbd3a3da490628a23f5243b83"
2401+ integrity sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==
2402+
23982403ignore@^5.2.0 :
23992404 version "5.3.1"
24002405 resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
You can’t perform that action at this time.
0 commit comments