File tree Expand file tree Collapse file tree 3 files changed +5
-22
lines changed
Expand file tree Collapse file tree 3 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22. " $( dirname -- " $0 " ) /_/husky.sh"
33
4- npx lint-staged
5- npm test
4+ yarn lint-staged
5+ yarn test
Original file line number Diff line number Diff line change 1818 "prettier" : " prettier --write --ignore-unknown ." ,
1919 "eslint" : " eslint ." ,
2020 "eslint:fix" : " eslint --fix ." ,
21- "prepack" : " rm -rf dist && npm run build && npm test" ,
21+ "prepack" : " rm -rf dist && yarn build && yarn test" ,
2222 "test" : " jest test/unit" ,
2323 "test:integration" : " jest test/integration" ,
2424 "test:unit" : " jest test/unit" ,
6363 "date-fns" : " ^2.30.0" ,
6464 "diff" : " ^5.1.0" ,
6565 "figlet" : " ^1.6.0" ,
66- "husky" : " ^8.0.3" ,
67- "prompt-sync" : " ^4.2.0" ,
68- "source-map-support" : " ^0.5.21"
66+ "husky" : " ^8.0.3"
6967 }
7068}
Original file line number Diff line number Diff line change @@ -7078,13 +7078,6 @@ promise-retry@^2.0.1:
70787078 err-code "^2.0.2"
70797079 retry "^0.12.0"
70807080
7081- prompt-sync@^4.2.0 :
7082- version "4.2.0"
7083- resolved "https://registry.yarnpkg.com/prompt-sync/-/prompt-sync-4.2.0.tgz#0198f73c5b70e3b03e4b9033a50540a7c9a1d7f4"
7084- integrity sha512-BuEzzc5zptP5LsgV5MZETjDaKSWfchl5U9Luiu8SKp7iZWD5tZalOxvNcZRwv+d2phNFr8xlbxmFNcRKfJOzJw==
7085- dependencies :
7086- strip-ansi "^5.0.0"
7087-
70887081prompts@^2.0.1 :
70897082 version "2.4.2"
70907083 resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
@@ -7651,14 +7644,6 @@ source-map-support@0.5.13:
76517644 buffer-from "^1.0.0"
76527645 source-map "^0.6.0"
76537646
7654- source-map-support@^0.5.21 :
7655- version "0.5.21"
7656- resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
7657- integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
7658- dependencies :
7659- buffer-from "^1.0.0"
7660- source-map "^0.6.0"
7661-
76627647source-map@^0.6.0, source-map@^0.6.1 :
76637648 version "0.6.1"
76647649 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
@@ -7835,7 +7820,7 @@ strip-ansi@^4.0.0:
78357820 dependencies :
78367821 ansi-regex "^3.0.0"
78377822
7838- strip-ansi@^5.0.0, strip-ansi@^5. 1.0, strip-ansi@^5.2.0 :
7823+ strip-ansi@^5.1.0, strip-ansi@^5.2.0 :
78397824 version "5.2.0"
78407825 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
78417826 integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
You can’t perform that action at this time.
0 commit comments