Skip to content

Commit a102703

Browse files
committed
chore: updates from devScripts
1 parent e5b941a commit a102703

File tree

2 files changed

+51
-332
lines changed

2 files changed

+51
-332
lines changed

package.json

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@oclif/plugin-command-snapshot": "^3.3.4",
1818
"@salesforce/cli-plugins-testkit": "^3.2.21",
1919
"@salesforce/dev-config": "^3.1.0",
20-
"@salesforce/dev-scripts": "^4.0.0-beta.9",
20+
"@salesforce/dev-scripts": "^4.1.1",
2121
"@salesforce/plugin-command-reference": "^2.2.9",
2222
"@salesforce/prettier-config": "^0.0.2",
2323
"@salesforce/ts-sinon": "1.4.6",
@@ -115,10 +115,6 @@
115115
"prepack": "sf-prepack",
116116
"prepare": "sf-install",
117117
"test": "wireit",
118-
"test:command-reference": "wireit",
119-
"test:compile": "wireit",
120-
"test:deprecation-policy": "wireit",
121-
"test:json-schema": "wireit",
122118
"test:nuts": "nyc mocha \"./test/nut/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --jobs 10",
123119
"test:nuts:legacy": "nyc mocha \"./test/nut/legacy/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --jobs 10",
124120
"test:nuts:sandbox": "nyc mocha \"./test/**/*.sandboxNut.ts\" --slow 450000 --timeout 7200000 --parallel --jobs 10",
@@ -150,16 +146,23 @@
150146
"clean": "if-file-deleted"
151147
},
152148
"format": {
153-
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\""
149+
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
150+
"files": [
151+
"src/**/*.ts",
152+
"test/**/*.ts",
153+
"schemas/**/*.json",
154+
"command-snapshot.json",
155+
".prettier*"
156+
],
157+
"output": []
154158
},
155159
"lint": {
156160
"command": "eslint src test --color --cache --cache-location .eslintcache",
157161
"files": [
158162
"src/**/*.ts",
159163
"test/**/*.ts",
160164
"messages/**",
161-
".eslintignore",
162-
".eslintrc.js"
165+
".eslint*"
163166
],
164167
"output": []
165168
},
@@ -177,7 +180,8 @@
177180
"command": "\"./bin/dev\" commandreference:generate --erroronwarnings",
178181
"files": [
179182
"src/**/*.ts",
180-
"messages/**"
183+
"messages/**",
184+
"package.json"
181185
],
182186
"output": [
183187
"tmp/root"
@@ -216,9 +220,12 @@
216220
"test/**/*.ts",
217221
"src/**/*.ts",
218222
"tsconfig.json",
219-
"test/tsconfig.json"
223+
".mocha*",
224+
"test/tsconfig.json",
225+
"!*.nut.ts",
226+
".nycrc"
220227
],
221228
"output": []
222229
}
223230
}
224-
}
231+
}

0 commit comments

Comments
 (0)