Skip to content

Commit 0c9b247

Browse files
authored
Merge pull request #620 from salesforcecli/devScripts2023-03-19
refactor: devScripts update
2 parents 0a6cd3d + 9742ec3 commit 0c9b247

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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",
@@ -142,7 +142,7 @@
142142
"command": "tsc -p . --pretty --incremental",
143143
"files": [
144144
"src/**/*.ts",
145-
"tsconfig.json",
145+
"**/tsconfig.json",
146146
"messages/**"
147147
],
148148
"output": [
@@ -168,7 +168,8 @@
168168
"src/**/*.ts",
169169
"test/**/*.ts",
170170
"messages/**",
171-
".eslint*"
171+
"**/.eslint*",
172+
"**/tsconfig.json"
172173
],
173174
"output": []
174175
},
@@ -215,8 +216,7 @@
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
},
@@ -228,13 +228,12 @@
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+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,10 +1008,10 @@
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"

0 commit comments

Comments
 (0)