Skip to content

Commit 7dd3e96

Browse files
authored
Mitigate a potential race condition. (#5127)
1 parent 8e4d417 commit 7dd3e96

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

build-tests/api-documenter-scenarios/config/heft.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,6 @@
66
"phasesByName": {
77
"build": {
88
"tasksByName": {
9-
"copy-dts": {
10-
"taskPlugin": {
11-
"pluginPackage": "@rushstack/heft",
12-
"pluginName": "copy-files-plugin",
13-
"options": {
14-
"copyOperations": [
15-
{
16-
"sourcePath": "src",
17-
"destinationFolders": ["lib"],
18-
"includeGlobs": ["**/*.d.ts"]
19-
}
20-
]
21-
}
22-
}
23-
},
24-
259
"run-scenarios": {
2610
"taskDependencies": ["typescript"],
2711
"taskPlugin": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "local-node-rig/profiles/default/config/typescript.json",
3+
4+
"staticAssetsToCopy": {
5+
"fileExtensions": [".json", ".d.ts"]
6+
}
7+
}

0 commit comments

Comments
 (0)