File tree 2 files changed +14
-4
lines changed 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ npm-debug.log
8
8
/dist /
9
9
/lib /
10
10
.sfdx /
11
+ .wireit /
11
12
12
13
# Added by Illuminated Cloud
13
14
.localdev /
@@ -16,4 +17,4 @@ npm-debug.log
16
17
target /
17
18
/.illuminatedCloud /
18
19
** /tsconfig * .json
19
- ** /* .tsbuildinfo
20
+ ** /* .tsbuildinfo
Original file line number Diff line number Diff line change 19
19
"apexdocs" : " ./dist/cli/generate.js"
20
20
},
21
21
"scripts" : {
22
- "test" : " npm run build && jest " ,
22
+ "test" : " wireit " ,
23
23
"test:cov" : " npm run build && jest --coverage" ,
24
24
"build" : " wireit" ,
25
25
"lint" : " wireit" ,
31
31
"lint" : {
32
32
"command" : " eslint \" ./src/**/*.{js,ts}\" --quiet --fix" ,
33
33
"files" : [
34
- " src/**/*.ts" ,
35
- " src/**/*.js"
34
+ " src/**/*.ts"
36
35
],
37
36
"output" : []
38
37
},
48
47
"output" : [
49
48
" dist"
50
49
]
50
+ },
51
+ "test" : {
52
+ "command" : " jest" ,
53
+ "dependencies" : [
54
+ " build"
55
+ ],
56
+ "files" : [
57
+ " src/**/*.ts"
58
+ ],
59
+ "output" : []
51
60
}
52
61
},
53
62
"author" : " Cesar Parra" ,
You can’t perform that action at this time.
0 commit comments