File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1818 "@oclif/plugin-command-snapshot" : " ^3.3.9" ,
1919 "@salesforce/cli-plugins-testkit" : " ^3.2.25" ,
2020 "@salesforce/dev-config" : " ^3.1.0" ,
21- "@salesforce/dev-scripts" : " ^4.1.2 " ,
21+ "@salesforce/dev-scripts" : " ^4.1.3 " ,
2222 "@salesforce/plugin-command-reference" : " ^2.2.9" ,
2323 "@salesforce/plugin-source" : " ^2.8.0" ,
2424 "@salesforce/prettier-config" : " ^0.0.2" ,
142142 "command" : " tsc -p . --pretty --incremental" ,
143143 "files" : [
144144 " src/**/*.ts" ,
145- " tsconfig.json" ,
145+ " **/ tsconfig.json" ,
146146 " messages/**"
147147 ],
148148 "output" : [
168168 " src/**/*.ts" ,
169169 " test/**/*.ts" ,
170170 " messages/**" ,
171- " .eslint*"
171+ " **/.eslint*" ,
172+ " **/tsconfig.json"
172173 ],
173174 "output" : []
174175 },
215216 "command" : " tsc -p \" ./test\" --pretty" ,
216217 "files" : [
217218 " test/**/*.ts" ,
218- " tsconfig.json" ,
219- " test/tsconfig.json"
219+ " **/tsconfig.json"
220220 ],
221221 "output" : []
222222 },
228228 "files" : [
229229 " test/**/*.ts" ,
230230 " src/**/*.ts" ,
231- " tsconfig.json" ,
231+ " **/ tsconfig.json" ,
232232 " .mocha*" ,
233- " test/tsconfig.json" ,
234233 " !*.nut.ts" ,
235234 " .nycrc"
236235 ],
237236 "output" : []
238237 }
239238 }
240- }
239+ }
Original file line number Diff line number Diff line change 10081008 resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-3.1.0.tgz#8eb5b35860ff60d1c1dc3fd9329b01a28475d5b9"
10091009 integrity sha512-cPph7ibj3DeSzWDFLcLtxOh5fmUlDUY2Ezq43n0V6auVP+l8orxRHjCExHS86SB3QKVgXkC8yYhryXiS8KF7Zw==
10101010
1011- " @salesforce/dev-scripts@^4.1.2 " :
1012- version "4.1.2 "
1013- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-4.1.2 .tgz#d9d4b403ac06934c069ca16d849ff7c2e12ee773 "
1014- integrity sha512-mxpwOb818k4H04DM/GV0/ZTzK5EDovcnROI+0CnR71Fqc4gwrWBmK+jlcRtICGypC48W+myOXKXet0oySQphyA ==
1011+ " @salesforce/dev-scripts@^4.1.3 " :
1012+ version "4.1.3 "
1013+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-4.1.3 .tgz#e6d561e13f148d9ae6eec80d0e2e24303011e03c "
1014+ integrity sha512-RDZTM1Im2P++zRWSiLSGY31E+SYkHk+18uikMigZZm0XQsZf04XjDz0JMXujewMWWFnObJM0gKrswcDK/O9qSg ==
10151015 dependencies :
10161016 " @commitlint/cli" " ^17.1.2"
10171017 " @commitlint/config-conventional" " ^17.1.0"
You can’t perform that action at this time.
0 commit comments