Skip to content

Commit 12d72f0

Browse files
chore: revert circle config, try different tsconfig
1 parent a2f5b62 commit 12d72f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ workflows:
120120
- linux
121121
- windows
122122
node_version:
123-
#- latest
123+
- latest
124124
- lts
125125
- maintenance
126126
- external-nut:

src/org/scratchOrgInfoApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ const checkOrgDoesntExist = async (scratchOrgInfo: Record<string, unknown>): Pro
294294
* @param hubOrg - the environment hub org
295295
* @param scratchOrgRequest - An object containing the fields of the ScratchOrgInfo
296296
* @param settings - An object containing org settings
297-
* @returns {Promise<RecordResult>}
297+
* @returns {Promise<SaveResult>}
298298
*/
299299
export const requestScratchOrgCreation = async (
300300
hubOrg: Org,

test/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "../node_modules/@salesforce/dev-config/tsconfig",
3-
"include": ["unit/**/*.ts", "../node_modules/@types/**/*.d.ts"],
3+
"include": ["unit/**/*.ts"],
44
"compilerOptions": {
55
"noEmit": true,
66
"skipLibCheck": true,

0 commit comments

Comments
 (0)