File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
- npm run types
5
1
npm test
Original file line number Diff line number Diff line change 7
7
"preversion" : " npm run test" ,
8
8
"types" : " tsc" ,
9
9
"test" : " xo && nyc ava && nyc report --reporter=text-lcov > coverage.lcov && codecov -t 54b3d620-a296-4d71-a717-c3e6e24ae9d9" ,
10
- "prepare" : " npm run types && husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks "
10
+ "prepare" : " husky"
11
11
},
12
12
"types" : " types/index.d.ts" ,
13
13
"keywords" : [
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const main = async () => {
6
6
7
7
const executable = require ( 'executable' ) ;
8
8
9
- const m = require ( '.' ) ;
9
+ const m = require ( './index.js ' ) ;
10
10
11
11
test ( 'returns path' , t => {
12
12
t . truthy ( m . path ) ;
You can’t perform that action at this time.
0 commit comments