File tree 4 files changed +904
-229
lines changed
4 files changed +904
-229
lines changed Original file line number Diff line number Diff line change 7
7
/tmp
8
8
node_modules
9
9
oclif.manifest.json
10
+ oclif.lock
Original file line number Diff line number Diff line change
1
+ {
2
+ "exclude-scripts" : [" prepack" ]
3
+ }
Original file line number Diff line number Diff line change 43
43
"isbinaryfile" : " ^5.0.0" ,
44
44
"mocha" : " ^10.0.0" ,
45
45
"nyc" : " ^15.1.0" ,
46
- "oclif" : " ^3.1.2 " ,
46
+ "oclif" : " ^3.14.0 " ,
47
47
"prettier" : " ^2.0.5" ,
48
48
"pretty-quick" : " ^3.1.0" ,
49
49
"sinon" : " ^14.0.0" ,
56
56
"files" : [
57
57
" /lib" ,
58
58
" /messages" ,
59
- " /oclif.manifest.json"
59
+ " /oclif.manifest.json" ,
60
+ " /oclif.lock"
60
61
],
61
62
"keywords" : [
62
63
" sfdx-plugin"
105
106
"lint" : " sf-lint" ,
106
107
"postpack" : " rm -f oclif.manifest.json" ,
107
108
"posttest" : " yarn lint && yarn test:deprecation-policy && yarn test:command-reference" ,
108
- "prepack" : " sf-prepack" ,
109
+ "prepack" : " sf-prepack && oclif lock " ,
109
110
"pretest" : " sf-compile-test" ,
110
111
"test" : " sf-test" ,
111
112
"test:command-reference" : " ./bin/dev commandreference:generate -p @salesforce/sfdx-plugin-lwc-test --erroronwarnings" ,
112
113
"test:deprecation-policy" : " ./bin/dev snapshot:compare" ,
113
114
"test:nuts" : " nyc mocha \" ./test/**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel" ,
114
115
"version" : " oclif-dev readme && git add README.md"
115
116
}
116
- }
117
+ }
You can’t perform that action at this time.
0 commit comments