Skip to content

Commit a5b5b2a

Browse files
authored
Merge pull request #77 from salesforcecli/devScripts2023-03-19
refactor: devScripts update
2 parents 57c8854 + fb4a591 commit a5b5b2a

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
@@ -17,7 +17,7 @@
1717
"@oclif/plugin-command-snapshot": "^3.3.8",
1818
"@oclif/plugin-help": "^5",
1919
"@salesforce/dev-config": "3.1.0",
20-
"@salesforce/dev-scripts": "^4.1.2",
20+
"@salesforce/dev-scripts": "^4.1.3",
2121
"@salesforce/plugin-command-reference": "^2.4.1",
2222
"@salesforce/prettier-config": "^0.0.2",
2323
"@salesforce/ts-sinon": "^1.4.4",
@@ -134,7 +134,7 @@
134134
"command": "tsc -p . --pretty --incremental",
135135
"files": [
136136
"src/**/*.ts",
137-
"tsconfig.json",
137+
"**/tsconfig.json",
138138
"messages/**"
139139
],
140140
"output": [
@@ -160,16 +160,16 @@
160160
"src/**/*.ts",
161161
"test/**/*.ts",
162162
"messages/**",
163-
".eslint*"
163+
"**/.eslint*",
164+
"**/tsconfig.json"
164165
],
165166
"output": []
166167
},
167168
"test:compile": {
168169
"command": "tsc -p \"./test\" --pretty",
169170
"files": [
170171
"test/**/*.ts",
171-
"tsconfig.json",
172-
"test/tsconfig.json"
172+
"**/tsconfig.json"
173173
],
174174
"output": []
175175
},
@@ -191,9 +191,8 @@
191191
"files": [
192192
"test/**/*.ts",
193193
"src/**/*.ts",
194-
"tsconfig.json",
194+
"**/tsconfig.json",
195195
".mocha*",
196-
"test/tsconfig.json",
197196
"!*.nut.ts",
198197
".nycrc"
199198
],
@@ -229,4 +228,4 @@
229228
"output": []
230229
}
231230
}
232-
}
231+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -928,10 +928,10 @@
928928
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-3.1.0.tgz#8eb5b35860ff60d1c1dc3fd9329b01a28475d5b9"
929929
integrity sha512-cPph7ibj3DeSzWDFLcLtxOh5fmUlDUY2Ezq43n0V6auVP+l8orxRHjCExHS86SB3QKVgXkC8yYhryXiS8KF7Zw==
930930

931-
"@salesforce/dev-scripts@^4.1.2":
932-
version "4.1.2"
933-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-4.1.2.tgz#d9d4b403ac06934c069ca16d849ff7c2e12ee773"
934-
integrity sha512-mxpwOb818k4H04DM/GV0/ZTzK5EDovcnROI+0CnR71Fqc4gwrWBmK+jlcRtICGypC48W+myOXKXet0oySQphyA==
931+
"@salesforce/dev-scripts@^4.1.3":
932+
version "4.1.3"
933+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-4.1.3.tgz#e6d561e13f148d9ae6eec80d0e2e24303011e03c"
934+
integrity sha512-RDZTM1Im2P++zRWSiLSGY31E+SYkHk+18uikMigZZm0XQsZf04XjDz0JMXujewMWWFnObJM0gKrswcDK/O9qSg==
935935
dependencies:
936936
"@commitlint/cli" "^17.1.2"
937937
"@commitlint/config-conventional" "^17.1.0"

0 commit comments

Comments
 (0)